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