2 references to IsDirectorySeparator
Microsoft.Build.Framework (2)
Globbing\MSBuildPathMatcher.cs (2)
763while (_position < path.Length && IsDirectorySeparator(path[_position])) 771while (_position < path.Length && !IsDirectorySeparator(path[_position]))