2 references to IsNullableReference
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
530else if (LazyMissingNonNullTypesContextDiagnosticInfo.IsNullableReference(typeArgument.Type))
Errors\LazyMissingNonNullTypesContextDiagnosticInfo.cs (1)
86protected override DiagnosticInfo ResolveInfo() => IsNullableReference(_type.Type) ? _info : null;