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