Base:
property
IsConst
Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbol.IsConst
10 references to IsConst
Microsoft.CodeAnalysis.CSharp (10)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (3)
188if (this.IsStatic || this.IsConst) 279if (this.IsConst) 342else if (!this.IsStatic && !this.IsConst)
Symbols\Source\SourceMemberFieldSymbol.cs (7)
76else if (IsConst && !type.CanBeConst()) 122if (this.IsConst && value != null 164if (IsConst && Type.SpecialType == SpecialType.System_Decimal && 199!IsConst 557if (this.IsConst) 571else if (this.IsConst && this.ContainingType.IsScriptClass) 666if (!this.IsConst || VariableDeclaratorNode.Initializer == null)