1 write to _diagnostics
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (1)
51_diagnostics = diagnostics;
4 references to _diagnostics
Microsoft.CodeAnalysis.CSharp (4)
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (4)
153BindingDiagnosticBag diagnostics = diagnose ? _diagnostics : BindingDiagnosticBag.GetInstance(withDiagnostics: false, withDependencies: _diagnostics.AccumulatesDependencies); 158_diagnostics.AddRangeAndFree(diagnostics); 190BindName(nameAttr, binder, _memberSymbol, ref _documentedParameters, ref _documentedTypeParameters, _diagnostics);