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