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