4 references to HasLazyInfo
Microsoft.CodeAnalysis (4)
Binding\BindingDiagnosticBag.cs (1)
361
if ((diagnostic as DiagnosticWithInfo)?.
HasLazyInfo
!= true && diagnostic.Severity == DiagnosticSeverity.Error)
Diagnostic\DiagnosticBag.cs (1)
102
if ((diagnostic as DiagnosticWithInfo)?.
HasLazyInfo
!= true && diagnostic.DefaultSeverity == DiagnosticSeverity.Error)
Diagnostic\DiagnosticWithInfo.cs (2)
139
/// Usage is unexpected unless <see cref="
HasLazyInfo
"/> is true.
145
Debug.Assert(
HasLazyInfo
);