5 references to IsDirectorySeparator
Microsoft.Build.Tasks.Git (5)
GitDataReader\GitConfig.Reader.cs (1)
276
if (relativePath.Length >= 2 && relativePath[0] == '~' && PathUtils.
IsDirectorySeparator
(relativePath[1]))
GitDataReader\PathUtils.cs (4)
55
if (!
IsDirectorySeparator
(c) && c != VolumeSeparatorChar)
94
IsDirectorySeparator
(path[0]) &&
95
IsDirectorySeparator
(path[1]);
104
return path.Length >= 3 && path[1] == VolumeSeparatorChar &&
IsDirectorySeparator
(path[2]);