Base:
property
IsConst
Microsoft.CodeAnalysis.CSharp.Symbols.FieldSymbol.IsConst
9 references to IsConst
Microsoft.CodeAnalysis.CSharp (9)
Symbols\Source\FieldSymbolWithAttributesAndModifiers.cs (3)
181if (this.IsStatic || this.IsConst) 272if (this.IsConst) 335else if (!this.IsStatic && !this.IsConst)
Symbols\Source\SourceMemberFieldSymbol.cs (6)
75else if (IsConst && !type.CanBeConst()) 121if (this.IsConst && value != null 146if (IsConst && Type.SpecialType == SpecialType.System_Decimal && 523if (this.IsConst) 537else if (this.IsConst && this.ContainingType.IsScriptClass) 635if (!this.IsConst || VariableDeclaratorNode.Initializer == null)