Interface ILocalSymbol
Assembly: Microsoft.CodeAnalysis.dll
Syntax
public interface ILocalSymbol : ISymbol, IEquatable<ISymbol?>
Properties
ConstantValue
Declaration
object? ConstantValue { get; }
Property Value
HasConstantValue
Declaration
bool HasConstantValue { get; }
Property Value
IsConst
Declaration
Property Value
IsFixed
Declaration
Property Value
IsForEach
Declaration
Property Value
IsFunctionValue
Declaration
bool IsFunctionValue { get; }
Property Value
IsRef
Declaration
Property Value
IsUsing
Declaration
Property Value
NullableAnnotation
Declaration
NullableAnnotation NullableAnnotation { get; }
Property Value
RefKind
Declaration
Property Value
ScopedKind
Declaration
ScopedKind ScopedKind { get; }
Property Value
Type
Declaration
ITypeSymbol Type { get; }
Property Value