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)
153string docCommentId = GetDocumentationCommentId(cref, binder, diagnose ? _diagnostics : new BindingDiagnosticBag(diagnosticBag: null, _diagnostics.DependenciesBag)); 184BindName(nameAttr, binder, _memberSymbol, ref _documentedParameters, ref _documentedTypeParameters, _diagnostics);