Search Results for

    Show / Hide Table of Contents

    Interface IFieldSymbol

    Inherited Members
    ISymbol.GetAttributes()
    ISymbol.Accept(SymbolVisitor)
    ISymbol.Accept<TResult>(SymbolVisitor<TResult>)
    ISymbol.Accept<TArgument, TResult>(SymbolVisitor<TArgument, TResult>, TArgument)
    ISymbol.GetDocumentationCommentId()
    ISymbol.GetDocumentationCommentXml(CultureInfo, bool, CancellationToken)
    ISymbol.ToDisplayString(SymbolDisplayFormat)
    ISymbol.ToDisplayParts(SymbolDisplayFormat)
    ISymbol.ToMinimalDisplayString(SemanticModel, int, SymbolDisplayFormat)
    ISymbol.ToMinimalDisplayParts(SemanticModel, int, SymbolDisplayFormat)
    ISymbol.Equals(ISymbol, SymbolEqualityComparer)
    ISymbol.Kind
    ISymbol.Language
    ISymbol.Name
    ISymbol.MetadataName
    ISymbol.MetadataToken
    ISymbol.ContainingSymbol
    ISymbol.ContainingAssembly
    ISymbol.ContainingModule
    ISymbol.ContainingType
    ISymbol.ContainingNamespace
    ISymbol.IsDefinition
    ISymbol.IsStatic
    ISymbol.IsVirtual
    ISymbol.IsOverride
    ISymbol.IsAbstract
    ISymbol.IsSealed
    ISymbol.IsExtern
    ISymbol.IsImplicitlyDeclared
    ISymbol.CanBeReferencedByName
    ISymbol.Locations
    ISymbol.DeclaringSyntaxReferences
    ISymbol.DeclaredAccessibility
    ISymbol.HasUnsupportedMetadata
    IEquatable<ISymbol>.Equals(ISymbol)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public interface IFieldSymbol : ISymbol, IEquatable<ISymbol?>

    Properties

    AssociatedSymbol

    Declaration
    ISymbol? AssociatedSymbol { get; }
    Property Value
    Type Description
    ISymbol

    ConstantValue

    Declaration
    object? ConstantValue { get; }
    Property Value
    Type Description
    object

    CorrespondingTupleField

    Declaration
    IFieldSymbol? CorrespondingTupleField { get; }
    Property Value
    Type Description
    IFieldSymbol

    CustomModifiers

    Declaration
    ImmutableArray<CustomModifier> CustomModifiers { get; }
    Property Value
    Type Description
    ImmutableArray<CustomModifier>

    FixedSize

    Declaration
    int FixedSize { get; }
    Property Value
    Type Description
    int

    HasConstantValue

    Declaration
    bool HasConstantValue { get; }
    Property Value
    Type Description
    bool

    IsConst

    Declaration
    bool IsConst { get; }
    Property Value
    Type Description
    bool

    IsExplicitlyNamedTupleElement

    Declaration
    bool IsExplicitlyNamedTupleElement { get; }
    Property Value
    Type Description
    bool

    IsFixedSizeBuffer

    Declaration
    bool IsFixedSizeBuffer { get; }
    Property Value
    Type Description
    bool

    IsReadOnly

    Declaration
    bool IsReadOnly { get; }
    Property Value
    Type Description
    bool

    IsRequired

    Declaration
    bool IsRequired { get; }
    Property Value
    Type Description
    bool

    IsVolatile

    Declaration
    bool IsVolatile { get; }
    Property Value
    Type Description
    bool

    NullableAnnotation

    Declaration
    NullableAnnotation NullableAnnotation { get; }
    Property Value
    Type Description
    NullableAnnotation

    OriginalDefinition

    Declaration
    IFieldSymbol OriginalDefinition { get; }
    Property Value
    Type Description
    IFieldSymbol

    RefCustomModifiers

    Declaration
    ImmutableArray<CustomModifier> RefCustomModifiers { get; }
    Property Value
    Type Description
    ImmutableArray<CustomModifier>

    RefKind

    Declaration
    RefKind RefKind { get; }
    Property Value
    Type Description
    RefKind

    Type

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