2 implementations of GetCompiler
Microsoft.AspNetCore.Mvc.Razor (1)
Compilation\DefaultViewCompilerProvider.cs (1)
23
public IViewCompiler
GetCompiler
() => _compiler;
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompilerProvider.cs (1)
40
public IViewCompiler
GetCompiler
()
4 references to GetCompiler
Microsoft.AspNetCore.Mvc.Razor (1)
Compilation\DefaultRazorPageFactoryProvider.cs (1)
25
private IViewCompiler Compiler => _viewCompilerProvider.
GetCompiler
();
Microsoft.AspNetCore.Mvc.Razor.Test (1)
Compilation\DefaultRazorPageFactoryProviderTest.cs (1)
104
.Setup(c => c.
GetCompiler
())
Microsoft.AspNetCore.Mvc.RazorPages (1)
Infrastructure\DefaultPageLoader.cs (1)
32
private IViewCompiler Compiler => _viewCompilerProvider.
GetCompiler
();
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\DefaultPageLoaderTest.cs (1)
363
compilerProvider.Setup(p => p.
GetCompiler
())