1 write to _declarationDiagnostics
Microsoft.CodeAnalysis.CSharp (1)
Symbols\Source\LambdaSymbol.cs (1)
67
_declarationDiagnostics
= new BindingDiagnosticBag();
3 references to _declarationDiagnostics
Microsoft.CodeAnalysis.CSharp (3)
Symbols\Source\LambdaSymbol.cs (3)
287
AsyncMethodChecks(verifyReturnType: HasExplicitReturnType, DiagnosticLocation,
_declarationDiagnostics
);
293
addTo.AddRange(
_declarationDiagnostics
, allowMismatchInDependencyAccumulation: true);
297
=>
_declarationDiagnostics
.AddRange(diagnostics);