8 references to PathInternal
PresentationBuildTasks (8)
MS\Internal\MarkupCompiler\PathInternal.cs (8)
31if (PathInternal.IsEffectivelyEmpty(relativeTo.AsSpan())) 37if (PathInternal.IsEffectivelyEmpty(path.AsSpan())) 46if (!PathInternal.AreRootsEqual(relativeTo, path, comparisonType)) 49int commonLength = PathInternal.GetCommonPathLength(relativeTo, path, ignoreCase: comparisonType == StringComparison.OrdinalIgnoreCase); 87if (PathInternal.IsDirectorySeparator(relativeTo[i])) 94else if (PathInternal.IsDirectorySeparator(path[commonLength])) 339=> path.Length > 0 && PathInternal.IsDirectorySeparator(path[path.Length - 1]); 345=> path != null && path.Length > 0 && PathInternal.IsDirectorySeparator(path[path.Length - 1]);