8 references to PathInternal
PresentationBuildTasks (8)
MS\Internal\MarkupCompiler\PathInternal.cs (8)
32if (PathInternal.IsEffectivelyEmpty(relativeTo.AsSpan())) 38if (PathInternal.IsEffectivelyEmpty(path.AsSpan())) 47if (!PathInternal.AreRootsEqual(relativeTo, path, comparisonType)) 50int commonLength = PathInternal.GetCommonPathLength(relativeTo, path, ignoreCase: comparisonType == StringComparison.OrdinalIgnoreCase); 88if (PathInternal.IsDirectorySeparator(relativeTo[i])) 95else if (PathInternal.IsDirectorySeparator(path[commonLength])) 340=> path.Length > 0 && PathInternal.IsDirectorySeparator(path[path.Length - 1]); 346=> path != null && path.Length > 0 && PathInternal.IsDirectorySeparator(path[path.Length - 1]);