2 overrides of AsNullableReferenceType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeWithAnnotations.cs (2)
891internal override TypeWithAnnotations AsNullableReferenceType(TypeWithAnnotations type) 1003internal override TypeWithAnnotations AsNullableReferenceType(TypeWithAnnotations type)
1 reference to AsNullableReferenceType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeWithAnnotations.cs (1)
227private TypeWithAnnotations AsNullableReferenceType() => _extensions.AsNullableReferenceType(this);