3 references to Empty
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\RazorProjectEngine.cs (2)
204var builder = new RazorProjectEngineBuilder(RazorConfiguration.Default, RazorProjectFileSystem.Empty); 212=> Create(RazorConfiguration.Default, RazorProjectFileSystem.Empty, configure);
rzc (1)
DiscoverCommand.cs (1)
168var engine = RazorProjectEngine.Create(configuration, RazorProjectFileSystem.Empty, b =>