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)
129base(GetApplicationPartManager(new TestViewsFeatureProvider { CompiledViews = compiledViews }), NullLogger<DefaultViewCompiler>.Instance) 134base(GetApplicationPartManager(featureProvider), NullLogger<DefaultViewCompiler>.Instance)