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