1 write to _diagnostics
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultDirectiveSyntaxTreePass.cs (1)
61
_diagnostics
??= _syntaxTree.Diagnostics.ToBuilder();
2 references to _diagnostics
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultDirectiveSyntaxTreePass.cs (2)
43
var diagnostics =
_diagnostics
?.ToImmutableAndClear() ?? _syntaxTree.Diagnostics;
62
_diagnostics
.Add(RazorDiagnosticFactory.CreateRewriter_InsufficientStack());