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