5 references to Lazy
Microsoft.CodeAnalysis.CSharp (5)
Binder\Binder.cs (3)
683
case ObsoleteDiagnosticKind.
Lazy
:
686
RoslynDebug.Assert(diagnosticKind != ObsoleteDiagnosticKind.
Lazy
, "We forced attribute binding above.");
720
case ObsoleteDiagnosticKind.
Lazy
:
Errors\LazyObsoleteDiagnosticInfo.cs (1)
46
Debug.Assert(kind != ObsoleteDiagnosticKind.
Lazy
);
Symbols\ObsoleteAttributeHelpers.cs (1)
109
return ObsoleteDiagnosticKind.
Lazy
;