2 implementations of GetCompiler
Microsoft.AspNetCore.Mvc.Razor (1)
Compilation\DefaultViewCompilerProvider.cs (1)
23public IViewCompiler GetCompiler() => _compiler;
Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation (1)
RuntimeViewCompilerProvider.cs (1)
40public IViewCompiler GetCompiler()
4 references to GetCompiler
Microsoft.AspNetCore.Mvc.Razor (1)
Compilation\DefaultRazorPageFactoryProvider.cs (1)
25private 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)
32private IViewCompiler Compiler => _viewCompilerProvider.GetCompiler();
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\DefaultPageLoaderTest.cs (1)
363compilerProvider.Setup(p => p.GetCompiler())