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)
679
If Me.
IsConst
Then
781
If Me.
IsConst
Then
Symbols\Source\SourceMemberFieldSymbol.vb (4)
114
isConst:=Me.
IsConst
,
119
If Me.
IsConst
Then
306
Debug.Assert(
IsConst
= TypeOf Me Is SourceConstFieldSymbolWithInitializer)
331
Debug.Assert(
IsConst
)