7 references to HasLazyInfo
Microsoft.CodeAnalysis (3)
Diagnostic\DiagnosticBag.cs (1)
102if ((diagnostic as DiagnosticWithInfo)?.HasLazyInfo != true && diagnostic.DefaultSeverity == DiagnosticSeverity.Error)
Diagnostic\DiagnosticWithInfo.cs (2)
139/// Usage is unexpected unless <see cref="HasLazyInfo"/> is true. 145Debug.Assert(HasLazyInfo);
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Symbol_Attributes.cs (1)
518return d.HasLazyInfo ? d.LazyInfo is LazyObsoleteDiagnosticInfo : d.Info.IsObsoleteDiagnostic();
Microsoft.CodeAnalysis.VisualBasic (3)
Binding\Binder_Expressions.vb (1)
1087Debug.Assert(cdiag Is Nothing OrElse Not cdiag.HasLazyInfo,
Symbols\Source\SourceModuleSymbol.vb (1)
821If cdiag Is Nothing OrElse Not cdiag.HasLazyInfo Then
Symbols\Source\SynthesizedMyGroupCollectionPropertyAccessorSymbol.vb (1)
82Debug.Assert(Not vbdiag.HasLazyInfo,