1 instantiation of ComponentGenericTypePass
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\RazorProjectEngine.cs (1)
446builder.Features.Add(new ComponentGenericTypePass());
2 references to ComponentGenericTypePass
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
RazorProjectEngineTest.cs (1)
62feature => Assert.IsType<ComponentGenericTypePass>(feature),
Microsoft.CodeAnalysis.Razor.UnitTests (1)
ComponentGenericTypePassParsingTest.cs (1)
36var feature = new ComponentGenericTypePass.Visitor();