Implemented interface member:
property
Type
Microsoft.CodeAnalysis.IFieldSymbol.Type
2 references to Type
Microsoft.CodeAnalysis.CodeStyle.Fixes (2)
src\Workspaces\SharedUtilitiesAndExtensions\Workspace\Core\CodeGeneration\Symbols\CodeGenerationFieldSymbol.cs (2)
28public NullableAnnotation NullableAnnotation => Type.NullableAnnotation; 36this.Modifiers, this.Type, this.Name, this.HasConstantValue, this.ConstantValue);