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