Implemented interface member:
property
HasConstantValue
Microsoft.CodeAnalysis.IFieldSymbol.HasConstantValue
1 write to HasConstantValue
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationFieldSymbol.cs (1)
36
this.
HasConstantValue
= hasConstantValue;
1 reference to HasConstantValue
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationFieldSymbol.cs (1)
44
this.Modifiers, this.Type, this.Name, this.
HasConstantValue
, this.ConstantValue);