1 write to _diagnostics
Microsoft.CodeAnalysis.CSharp (1)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (1)
55
_diagnostics
= diagnostics;
7 references to _diagnostics
Microsoft.CodeAnalysis.CSharp (7)
Compiler\DocumentationCommentCompiler.IncludeElementExpander.cs (7)
283
_diagnostics
.Add(ErrorCode.WRN_FailedInclude, location, filePathValue, xpathValue, new LocalizableErrorArgument(MessageID.IDS_OperationCausedStackOverflow));
425
_diagnostics
.AddRange(includeDiagnostics);
518
var crefDiagnostics = BindingDiagnosticBag.GetInstance(
_diagnostics
);
538
var nameDiagnostics = BindingDiagnosticBag.GetInstance(
_diagnostics
);
642
_diagnostics
.Add(diagnostic.WithLocation(sourceLocation));
659
_diagnostics
.Add(diagnostic.WithLocation(sourceLocation));
664
_diagnostics
.AddDependencies(bindingDiagnostics);