6 references to DefaultBasePath
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\DefaultRazorProjectFileSystem.cs (4)
20
if (root ==
DefaultBasePath
)
22
Root =
DefaultBasePath
;
71
return CreateItem(absolutePath, fileKind,
DefaultBasePath
, absoluteBasePath);
88
if (path ==
DefaultBasePath
)
Language\RazorProjectFileSystem.cs (1)
63
return FindHierarchicalItems(basePath:
DefaultBasePath
, path, fileName);
Language\RazorProjectItem.cs (1)
68
=> BasePath == RazorProjectFileSystem.
DefaultBasePath