Search Results for

    Show / Hide Table of Contents

    Struct GeneratorAttributeSyntaxContext

    Inherited Members
    ValueType.Equals(object)
    ValueType.GetHashCode()
    ValueType.ToString()
    object.GetType()
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public readonly struct GeneratorAttributeSyntaxContext

    Properties

    Attributes

    Declaration
    public ImmutableArray<AttributeData> Attributes { get; }
    Property Value
    Type Description
    ImmutableArray<AttributeData>

    SemanticModel

    Declaration
    public SemanticModel SemanticModel { get; }
    Property Value
    Type Description
    SemanticModel

    TargetNode

    Declaration
    public SyntaxNode TargetNode { get; }
    Property Value
    Type Description
    SyntaxNode

    TargetSymbol

    Declaration
    public ISymbol TargetSymbol { get; }
    Property Value
    Type Description
    ISymbol
    In this article
    Back to top Generated by DocFX | Copyright (c) 2018- The NUnit Project - Licensed under CC BY-NC-SA 4.0