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)
43var diagnostics = _diagnostics?.ToImmutableAndClear() ?? _syntaxTree.Diagnostics; 62_diagnostics.Add(RazorDiagnosticFactory.CreateRewriter_InsufficientStack());