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