6 references to Lazy
Microsoft.CodeAnalysis.CSharp (6)
Binder\Binder.cs (3)
688
case ObsoleteDiagnosticKind.
Lazy
:
691
RoslynDebug.Assert(diagnosticKind != ObsoleteDiagnosticKind.
Lazy
, "We forced attribute binding above.");
725
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
;