1 instantiation of FunctionsDirectivePass
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\Extensions\FunctionsDirective.cs (1)
29builder.Features.Add(new FunctionsDirectivePass());
5 references to FunctionsDirectivePass
Microsoft.AspNetCore.Razor.Language.UnitTests (5)
Extensions\FunctionsDirectivePassTest.cs (4)
31ProjectEngine.ExecutePass<FunctionsDirectivePass>(codeDocument, documentNode); 48processor.ExecutePass<FunctionsDirectivePass>(); 86processor.ExecutePass<FunctionsDirectivePass>(); 127processor.ExecutePass<FunctionsDirectivePass>();
RazorProjectEngineTest.cs (1)
87feature => Assert.IsType<FunctionsDirectivePass>(feature),