Implemented interface member:
method
Execute
Microsoft.AspNetCore.Razor.Language.IRazorSyntaxTreePass.Execute(Microsoft.AspNetCore.Razor.Language.RazorCodeDocument, Microsoft.AspNetCore.Razor.Language.RazorSyntaxTree, System.Threading.CancellationToken)
1 reference to Execute
Microsoft.AspNetCore.Razor.Test.Common (1)
Language\Legacy\ParserTestBase.cs (1)
234
syntaxTree = defaultDirectivePass.
Execute
(codeDocument, syntaxTree);