1 instantiation of InheritsDirectivePass
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\InheritsDirective.cs (1)
31builder.Features.Add(new InheritsDirectivePass());
4 references to InheritsDirectivePass
Microsoft.AspNetCore.Mvc.Razor.Extensions.UnitTests (1)
ModelDirectiveTest.cs (1)
29processor.ExecutePass<InheritsDirectivePass>();
Microsoft.AspNetCore.Razor.Language.UnitTests (3)
Extensions\InheritsDirectivePassTest.cs (2)
24ProjectEngine.ExecutePass<InheritsDirectivePass>(codeDocument, documentNode); 42processor.ExecutePass<InheritsDirectivePass>();
RazorProjectEngineTest.cs (1)
90feature => Assert.IsType<InheritsDirectivePass>(feature),