6 references to Lazy
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder.cs (3)
690
case ObsoleteDiagnosticKind.
Lazy
:
693
RoslynDebug.Assert(diagnosticKind != ObsoleteDiagnosticKind.
Lazy
, "We forced attribute binding above.");
727
case ObsoleteDiagnosticKind.
Lazy
:
Errors\LazyObsoleteDiagnosticInfo.cs (1)
46
Debug.Assert(kind != ObsoleteDiagnosticKind.
Lazy
);
Symbols\ObsoleteAttributeHelpers.cs (2)
112
return ObsoleteDiagnosticKind.
Lazy
;
125
return ObsoleteDiagnosticKind.
Lazy
;