1 write to Root
Microsoft.Extensions.FileProviders.Physical (1)
PhysicalFileProvider.cs (1)
61
Root
= PathUtils.EnsureTrailingSlash(fullRoot);
3 references to Root
Microsoft.Extensions.FileProviders.Physical (3)
PhysicalFileProvider.cs (3)
156
string root = PathUtils.EnsureTrailingSlash(Path.GetFullPath(
Root
));
232
fullPath = Path.GetFullPath(Path.Combine(
Root
, path));
249
return fullPath.StartsWith(
Root
, StringComparison.OrdinalIgnoreCase);