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