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