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