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