2 instantiations of DefaultRazorProjectItem
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorProjectFileSystem.cs (1)
81return new DefaultRazorProjectItem(basePath, filePath, physicalPath, relativePhysicalPath, fileKind, cssScope: null);
rzc (1)
GenerateCommand.cs (1)
379var projectItem = new DefaultRazorProjectItem(
2 references to DefaultRazorProjectItem
Microsoft.CodeAnalysis.Razor.Compiler (1)
Language\DefaultRazorProjectFileSystem.cs (1)
74private static DefaultRazorProjectItem CreateItem(string path, RazorFileKind? fileKind, string basePath, string absoluteBasePath)
rzc (1)
GenerateCommand.cs (1)
379var projectItem = new DefaultRazorProjectItem(