2 references to IsDirectorySeparator
Microsoft.Build.Framework (2)
Utilities\FileMatcher.cs (2)
713bool directoryLastCharIsSeparator = IsDirectorySeparator(projectDirectory[projectDirectory.Length - 1]); 722if (path.Length <= projectDirectory.Length || !IsDirectorySeparator(path[projectDirectory.Length]))