2 instantiations of LazyUseSiteDiagnosticsInfoForNullableType
Microsoft.CodeAnalysis.CSharp (2)
Binder\Binder_Symbols.cs (1)
550
diagnostics.Add(new
LazyUseSiteDiagnosticsInfoForNullableType
(Compilation.LanguageVersion, constructedType), syntax.GetLocation());
Errors\LazyUseSiteDiagnosticsInfoForNullableType.cs (1)
28
return new
LazyUseSiteDiagnosticsInfoForNullableType
(this, severity);
1 reference to LazyUseSiteDiagnosticsInfoForNullableType
Microsoft.CodeAnalysis.CSharp (1)
Errors\LazyUseSiteDiagnosticsInfoForNullableType.cs (1)
20
private LazyUseSiteDiagnosticsInfoForNullableType(
LazyUseSiteDiagnosticsInfoForNullableType
original, DiagnosticSeverity severity) : base(original, severity)