Implemented interface member:
property
Type
Microsoft.CodeAnalysis.IPropertySymbol.Type
1 write to Type
Microsoft.CodeAnalysis.Workspaces (1)
CodeGenerationPropertySymbol.cs (1)
45this.Type = type;
2 references to Type
Microsoft.CodeAnalysis.Workspaces (2)
CodeGenerationPropertySymbol.cs (2)
21public NullableAnnotation NullableAnnotation => Type.NullableAnnotation; 58this.Modifiers, this.Type, this.RefKind, this.ExplicitInterfaceImplementations,