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