5 references to IsEffectivelyEmpty
System.Private.CoreLib (5)
src\libraries\System.Private.CoreLib\src\System\IO\DirectoryInfo.cs (1)
78if (PathInternal.IsEffectivelyEmpty(path.AsSpan()))
src\libraries\System.Private.CoreLib\src\System\IO\Path.cs (4)
134if (path == null || PathInternal.IsEffectivelyEmpty(path.AsSpan())) 151if (PathInternal.IsEffectivelyEmpty(path)) 864if (PathInternal.IsEffectivelyEmpty(relativeTo.AsSpan())) 866if (PathInternal.IsEffectivelyEmpty(path.AsSpan()))