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