2 writes to Root
Microsoft.CodeAnalysis.Razor.Compiler (2)
Language\DefaultRazorProjectFileSystem.cs (2)
22
Root
= DefaultBasePath;
35
Root
= root;
6 references to Root
Microsoft.CodeAnalysis.Razor.Compiler (6)
Language\DefaultRazorProjectFileSystem.cs (6)
63
var absoluteBasePath =
Root
;
90
return
Root
;
119
normalizedPath.StartsWith(
Root
, StringComparison.OrdinalIgnoreCase))
127
var needsSlash =
Root
[^1] is not '/' && normalizedPath[0] is not '/';
128
var length =
Root
.Length + normalizedPath.Length + (needsSlash ? 1 : 0);
132
state: (
Root
, normalizedPath, needsSlash),