2 implementations of CompileAsync
Microsoft.AspNetCore.Mvc.Razor (1)
Compilation\DefaultViewCompiler.cs (1)
88
public Task<CompiledViewDescriptor>
CompileAsync
(string relativePath)
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompiler.cs (1)
85
public Task<CompiledViewDescriptor>
CompileAsync
(string relativePath)
2 references to CompileAsync
Microsoft.AspNetCore.Mvc.Razor (1)
Compilation\DefaultRazorPageFactoryProvider.cs (1)
38
var compileTask = Compiler.
CompileAsync
(relativePath);
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DefaultPageLoader.cs (1)
62
var viewDescriptor = await Compiler.
CompileAsync
(actionDescriptor.RelativePath);