Implemented interface member:
method
CompileAsync
Microsoft.AspNetCore.Mvc.Razor.Compilation.IViewCompiler.CompileAsync(System.String)
37 references to CompileAsync
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation.Test (37)
RuntimeViewCompilerTest.cs (37)
30var result1 = await viewCompiler.CompileAsync(path); 31var result2 = await viewCompiler.CompileAsync(path); 49var result1 = await viewCompiler.CompileAsync(path); 50var result2 = await viewCompiler.CompileAsync(path); 70var result = await viewCompiler.CompileAsync(path); 96var result1 = await viewCompiler.CompileAsync(@"Areas\Finances\Views\Home\Index.cshtml"); 100var result2 = await viewCompiler.CompileAsync(relativePath); 116var result1 = await viewCompiler.CompileAsync(path); 127var result2 = await viewCompiler.CompileAsync(path); 145var result1 = await viewCompiler.CompileAsync(path); 153var result2 = await viewCompiler.CompileAsync(path); 171var result1 = await viewCompiler.CompileAsync(path); 179var result2 = await viewCompiler.CompileAsync(path); 200var result = await viewCompiler.CompileAsync(path); 226var result = await viewCompiler.CompileAsync(lookupPath); 246var result = await viewCompiler.CompileAsync("Views\\Home\\Index.cshtml"); 273var result = await viewCompiler.CompileAsync(path); 281result = await viewCompiler.CompileAsync(path); 308var result = await viewCompiler.CompileAsync(path); 316result = await viewCompiler.CompileAsync(path); 346var result = await viewCompiler.CompileAsync(path); 381var result = await viewCompiler.CompileAsync(path); 408var result = await viewCompiler.CompileAsync(path); 438var result = await viewCompiler.CompileAsync(path); 448result = await viewCompiler.CompileAsync(path); 475var result = await viewCompiler.CompileAsync(path); 482result = await viewCompiler.CompileAsync(path); 512var result = await viewCompiler.CompileAsync(path); 520result = await viewCompiler.CompileAsync(path); 552var result = await viewCompiler.CompileAsync(path); 561result = await viewCompiler.CompileAsync(path); 630var task1 = Task.Run(() => compiler.CompileAsync(path1)); 631var task2 = Task.Run(() => compiler.CompileAsync(path2)); 670var task1 = Task.Run(() => compiler.CompileAsync(path)); 675return compiler.CompileAsync(path); 703() => compiler.CompileAsync(path)); 710() => compiler.CompileAsync(path));