Search Results for

    Show / Hide Table of Contents

    Interface ILocalSymbol

    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.OriginalDefinition
    ISymbol.HasUnsupportedMetadata
    IEquatable<ISymbol>.Equals(ISymbol)
    Namespace: Microsoft.CodeAnalysis
    Assembly: Microsoft.CodeAnalysis.dll
    Syntax
    public interface ILocalSymbol : ISymbol, IEquatable<ISymbol?>

    Properties

    ConstantValue

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

    HasConstantValue

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

    IsConst

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

    IsFixed

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

    IsForEach

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

    IsFunctionValue

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

    IsRef

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

    IsUsing

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

    NullableAnnotation

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

    RefKind

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

    ScopedKind

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

    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