2 references to GetAllDiagnostics
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\CodeGeneration\CodeRenderingContext.cs (1)
58foreach (var diagnostic in _documentNode.GetAllDiagnostics())
Language\DefaultRazorMarkupSplitPhase.cs (1)
252foreach (var diagnostic in documentNode.GetAllDiagnostics())