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