7 references to HasLazyInfo
Microsoft.CodeAnalysis (3)
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
);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol_Attributes.cs (1)
518
return d.
HasLazyInfo
? d.LazyInfo is LazyObsoleteDiagnosticInfo : d.Info.IsObsoleteDiagnostic();
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Expressions.vb (1)
1087
Debug.Assert(cdiag Is Nothing OrElse Not cdiag.
HasLazyInfo
,
Symbols\Source\SourceModuleSymbol.vb (1)
821
If cdiag Is Nothing OrElse Not cdiag.
HasLazyInfo
Then
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (1)
82
Debug.Assert(Not vbdiag.
HasLazyInfo
,