2 references to DoesEndInDirectorySeparator
PresentationBuildTasks (2)
MS\Internal\MarkupCompiler\PathInternal.cs (2)
79if (DoesEndInDirectorySeparator(relativeTo.AsSpan())) 82bool pathEndsInSeparator = DoesEndInDirectorySeparator(path.AsSpan());