Implemented interface member:
property
NullableAnnotation
Microsoft.CodeAnalysis.ITypeSymbol.NullableAnnotation
1 write to NullableAnnotation
Microsoft.CodeAnalysis.Workspaces (1)
CodeGenerationTypeSymbol.cs (1)
33this.NullableAnnotation = nullableAnnotation;
3 references to NullableAnnotation
Microsoft.CodeAnalysis.Workspaces (3)
CodeGenerationConstructedNamedTypeSymbol.cs (1)
24constructedFrom.Name, constructedFrom.SpecialType, constructedFrom.NullableAnnotation, typeMembers)
CodeGenerationTypeSymbol.cs (2)
92if (this.NullableAnnotation == nullableAnnotation) 101=> CloneWithNullableAnnotation(this.NullableAnnotation);