Base:
property
IsConst
Microsoft.CodeAnalysis.VisualBasic.Symbols.FieldSymbol.IsConst
9 references to IsConst
Microsoft.CodeAnalysis.VisualBasic (9)
Binding\Binder_Initializers.vb (3)
151
If fieldSymbol.
IsConst
Then
271
Debug.Assert(bindingForSemanticModel OrElse Not firstFieldSymbol.
IsConst
)
453
Debug.Assert(fieldSymbol.
IsConst
)
Symbols\Source\SourceFieldSymbol.vb (2)
659
If Me.
IsConst
Then
761
If Me.
IsConst
Then
Symbols\Source\SourceMemberFieldSymbol.vb (4)
100
isConst:=Me.
IsConst
,
105
If Me.
IsConst
Then
292
Debug.Assert(
IsConst
= TypeOf Me Is SourceConstFieldSymbolWithInitializer)
317
Debug.Assert(
IsConst
)