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)
28
public NullableAnnotation NullableAnnotation =>
Type
.NullableAnnotation;
36
this.Modifiers, this.
Type
, this.Name, this.HasConstantValue, this.ConstantValue);