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