2 references to HasInvalidPathChars
Microsoft.Extensions.FileProviders.Physical (2)
PhysicalFileProvider.cs (2)
259
if (string.IsNullOrEmpty(subpath) || PathUtils.
HasInvalidPathChars
(subpath))
304
if (subpath == null || PathUtils.
HasInvalidPathChars
(subpath))