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