3 overrides of AsNullableReferenceType
Microsoft.CodeAnalysis.CSharp (3)
Symbols\TypeWithAnnotations.cs (3)
919internal override TypeWithAnnotations AsNullableReferenceType(TypeWithAnnotations type) 1022internal override TypeWithAnnotations AsNullableReferenceType(TypeWithAnnotations type) 1138internal override TypeWithAnnotations AsNullableReferenceType(TypeWithAnnotations type)
1 reference to AsNullableReferenceType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeWithAnnotations.cs (1)
235private TypeWithAnnotations AsNullableReferenceType() => _extensions.AsNullableReferenceType(this);