2 overrides of AsNotNullableReferenceType
Microsoft.CodeAnalysis.CSharp (2)
Symbols\TypeWithAnnotations.cs (2)
896internal override TypeWithAnnotations AsNotNullableReferenceType(TypeWithAnnotations type) 1008internal override TypeWithAnnotations AsNotNullableReferenceType(TypeWithAnnotations type)
1 reference to AsNotNullableReferenceType
Microsoft.CodeAnalysis.CSharp (1)
Symbols\TypeWithAnnotations.cs (1)
228public TypeWithAnnotations AsNotNullableReferenceType() => _extensions.AsNotNullableReferenceType(this);