1 write to _diagnostics
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (1)
51
_diagnostics
= diagnostics;
3 references to _diagnostics
Microsoft.CodeAnalysis.CSharp (3)
Compiler\DocumentationCommentCompiler.DocumentationCommentWalker.cs (3)
153
string docCommentId = GetDocumentationCommentId(cref, binder, diagnose ?
_diagnostics
: new BindingDiagnosticBag(diagnosticBag: null,
_diagnostics
.DependenciesBag));
184
BindName(nameAttr, binder, _memberSymbol, ref _documentedParameters, ref _documentedTypeParameters,
_diagnostics
);