1 instantiation of ComponentChildContentDiagnosticPass
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorProjectEngine.cs (1)
447builder.Features.Add(new ComponentChildContentDiagnosticPass());
1 reference to ComponentChildContentDiagnosticPass
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
RazorProjectEngineTest.cs (1)
56feature => Assert.IsType<ComponentChildContentDiagnosticPass>(feature),