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)
287AsyncMethodChecks(verifyReturnType: HasExplicitReturnType, DiagnosticLocation, _declarationDiagnostics); 293addTo.AddRange(_declarationDiagnostics, allowMismatchInDependencyAccumulation: true); 297=> _declarationDiagnostics.AddRange(diagnostics);