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)
286var projectItem = new DefaultRazorProjectItem(
4 references to DefaultRazorProjectItem
Microsoft.CodeAnalysis.Razor.Compiler (3)
Language\DefaultRazorProjectFileSystem.cs (1)
74private static DefaultRazorProjectItem CreateItem(string path, RazorFileKind? fileKind, string basePath, string absoluteBasePath)
Language\DefaultRazorProjectItem.cs (2)
17/// Initializes a new instance of <see cref="DefaultRazorProjectItem"/>. 37/// Initializes a new instance of <see cref="DefaultRazorProjectItem"/>.
rzc (1)
GenerateCommand.cs (1)
286var projectItem = new DefaultRazorProjectItem(