8 references to GetAllDiagnostics
Microsoft.AspNetCore.Razor.Language.UnitTests (7)
Components\ComponentDuplicateAttributeDiagnosticPassTest.cs (4)
62Assert.Empty(documentNode.GetAllDiagnostics()); 85var diagnostic = Assert.Single(documentNode.GetAllDiagnostics()); 113var diagnostic = Assert.Single(documentNode.GetAllDiagnostics()); 141var diagnostics = documentNode.GetAllDiagnostics();
Components\ComponentMarkupBlockPassTest.cs (1)
407var diagnostic = Assert.Single(documentNode.GetAllDiagnostics());
DefaultRazorIntermediateNodeLoweringPhaseTest.cs (2)
193var diagnostic = Assert.Single(documentNode.GetAllDiagnostics()); 226var diagnostic = Assert.Single(documentNode.GetAllDiagnostics());
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\CodeGeneration\CodeRenderingContext.cs (1)
55foreach (var diagnostic in _documentNode.GetAllDiagnostics())