Language\DefaultRazorProjectItem.cs (4)
14private readonly RazorFileKind? _fileKind;
25public DefaultRazorProjectItem(string basePath, string filePath, string relativePhysicalPath, RazorFileKind? fileKind, FileInfo file, string cssScope)
45public DefaultRazorProjectItem(string basePath, string filePath, string physicalPath, string relativePhysicalPath, RazorFileKind? fileKind, string cssScope)
67public override RazorFileKind FileKind => _fileKind ?? base.FileKind;