1 instantiation of ImplementsDirectivePass
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\ImplementsDirective.cs (1)
30builder.Features.Add(new ImplementsDirectivePass());
1 reference to ImplementsDirectivePass
Microsoft.AspNetCore.Razor.Language.UnitTests (1)
RazorProjectEngineTest.cs (1)
89feature => Assert.IsType<ImplementsDirectivePass>(feature),