3 references to DefaultViewCompiler
Microsoft.AspNetCore.Mvc.Razor (1)
Compilation\DefaultViewCompilerProvider.cs (1)
18
_compiler = new
DefaultViewCompiler
(applicationPartManager, loggerFactory.CreateLogger<DefaultViewCompiler>());
Microsoft.AspNetCore.Mvc.Razor.Test (2)
Compilation\DefaultViewCompilerTest.cs (2)
129
base
(GetApplicationPartManager(new TestViewsFeatureProvider { CompiledViews = compiledViews }), NullLogger<DefaultViewCompiler>.Instance)
134
base
(GetApplicationPartManager(featureProvider), NullLogger<DefaultViewCompiler>.Instance)