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