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