8 references to PathInternal
PresentationBuildTasks (8)
MS\Internal\MarkupCompiler\PathInternal.cs (8)
53
if (
PathInternal
.IsEffectivelyEmpty(relativeTo.AsSpan()))
59
if (
PathInternal
.IsEffectivelyEmpty(path.AsSpan()))
68
if (!
PathInternal
.AreRootsEqual(relativeTo, path, comparisonType))
71
int commonLength =
PathInternal
.GetCommonPathLength(relativeTo, path, ignoreCase: comparisonType == StringComparison.OrdinalIgnoreCase);
109
if (
PathInternal
.IsDirectorySeparator(relativeTo[i]))
116
else if (
PathInternal
.IsDirectorySeparator(path[commonLength]))
361
=> path.Length > 0 &&
PathInternal
.IsDirectorySeparator(path[path.Length - 1]);
367
=> path != null && path.Length > 0 &&
PathInternal
.IsDirectorySeparator(path[path.Length - 1]);