13 references to InheritsDirective
Microsoft.AspNetCore.Razor.Language.Legacy.UnitTests (4)
Legacy\CSharpSectionTest.cs (1)
91[SectionDirective.Directive, InheritsDirective.Directive]);
Legacy\RazorDirectivesTest.cs (3)
759[InheritsDirective.Directive]); 767[InheritsDirective.Directive]); 775[InheritsDirective.Directive]);
Microsoft.AspNetCore.Razor.Language.UnitTests (5)
Legacy\CSharpSectionTest.cs (1)
91[SectionDirective.Directive, InheritsDirective.Directive]);
Legacy\RazorDirectivesTest.cs (3)
758[InheritsDirective.Directive]); 766[InheritsDirective.Directive]); 774[InheritsDirective.Directive]);
RazorProjectEngineTest.cs (1)
105directive => Assert.Same(InheritsDirective.Directive, directive),
Microsoft.CodeAnalysis.Razor.Compiler (4)
Language\Extensions\InheritsDirectivePass.cs (1)
23foreach (var inherits in documentNode.FindDirectiveReferences(InheritsDirective.Directive))
Language\RazorProjectEngine.cs (1)
320InheritsDirective.Register(builder);
Mvc.Version1_X\RazorExtensions.cs (1)
21InheritsDirective.Register(builder);
Mvc.Version2_X\RazorExtensions.cs (1)
24InheritsDirective.Register(builder);