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)
153
BindingDiagnosticBag diagnostics = diagnose ?
_diagnostics
: BindingDiagnosticBag.GetInstance(withDiagnostics: false, withDependencies:
_diagnostics
.AccumulatesDependencies);
158
_diagnostics
.AddRangeAndFree(diagnostics);
190
BindName(nameAttr, binder, _memberSymbol, ref _documentedParameters, ref _documentedTypeParameters,
_diagnostics
);