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