1 instantiation of PreallocatedTagHelperAttributeOptimizationPass
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorProjectEngine.cs (1)
365
features.Add(new
PreallocatedTagHelperAttributeOptimizationPass
());
1 reference to PreallocatedTagHelperAttributeOptimizationPass
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
RazorProjectEngineTest.cs (1)
92
feature => Assert.IsType<
PreallocatedTagHelperAttributeOptimizationPass
>(feature),