7 references to PathUtils
Microsoft.Extensions.FileProviders.Physical (7)
PhysicalFileProvider.cs (6)
63
Root =
PathUtils
.EnsureTrailingSlash(fullRoot);
162
string root =
PathUtils
.EnsureTrailingSlash(Path.GetFullPath(Root));
230
if (
PathUtils
.PathNavigatesAboveRoot(path))
265
if (string.IsNullOrEmpty(subpath) ||
PathUtils
.HasInvalidPathChars(subpath))
310
if (subpath == null ||
PathUtils
.HasInvalidPathChars(subpath))
357
if (filter == null ||
PathUtils
.HasInvalidFilterChars(filter))
PhysicalFilesWatcher.cs (1)
135
if (Path.IsPathRooted(filter) ||
PathUtils
.PathNavigatesAboveRoot(filter))