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