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