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