Implemented interface member:
method
CompileAsync
Microsoft.AspNetCore.Mvc.Razor.Compilation.IViewCompiler.CompileAsync(System.String)
7 references to CompileAsync
Microsoft.AspNetCore.Mvc.Razor.Test (7)
Compilation\DefaultViewCompilerTest.cs (7)
19var result1 = await viewCompiler.CompileAsync(path); 20var result2 = await viewCompiler.CompileAsync(path); 38var result = await viewCompiler.CompileAsync(path); 62var result = await viewCompiler.CompileAsync(lookupPath); 80var result = await viewCompiler.CompileAsync("Views\\Home\\Index.cshtml"); 102var result = await viewCompiler.CompileAsync(path); 112result = await viewCompiler.CompileAsync(path);