1 write to Diagnostics
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorCSharpDocument.cs (1)
33Diagnostics = diagnostics.NullToEmpty();
5 references to Diagnostics
Microsoft.CodeAnalysis.Razor.Compiler (3)
SourceGenerators\RazorSourceGenerator.cs (3)
341if (a.csharpDocument.Diagnostics.Length > 0 || b.csharpDocument.Diagnostics.Length > 0) 356foreach (var razorDiagnostic in csharpDocument.Diagnostics)
rzc (2)
GenerateCommand.cs (2)
237var errorCount = result.CSharpDocument.Diagnostics.Length; 240var error = result.CSharpDocument.Diagnostics[i];