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