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