2 references to IsDirectorySeparator
Microsoft.Build (2)
FileMatcher.cs (2)
705
bool directoryLastCharIsSeparator =
IsDirectorySeparator
(projectDirectory[projectDirectory.Length - 1]);
714
if (path.Length <= projectDirectory.Length || !
IsDirectorySeparator
(path[projectDirectory.Length]))