Implemented interface member:
property
Type
Microsoft.CodeAnalysis.IFieldSymbol.Type
1 write to Type
Microsoft.CodeAnalysis.CodeStyle.Fixes (1)
CodeGenerationFieldSymbol.cs (1)
35this.Type = type;
2 references to Type
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
CodeGenerationFieldSymbol.cs (2)
20public NullableAnnotation NullableAnnotation => Type.NullableAnnotation; 44this.Modifiers, this.Type, this.Name, this.HasConstantValue, this.ConstantValue);