2 references to IsDirectorySeparator
Microsoft.Build.Framework (2)
Globbing\MSBuildPathMatcher.cs (2)
823
while (end > 0 &&
IsDirectorySeparator
(path[end - 1]))
842
while (start >= 0 && !
IsDirectorySeparator
(path[start]))