4 references to PathUtilities
Microsoft.Build.Tasks.Git (4)
GetUntrackedFiles.cs (1)
36if (!PathUtilities.IsPathFullyQualified(ProjectDirectory))
GitOperations.cs (2)
408var segments = PathUtilities.Split(workingDirectory); 436var segments = PathUtilities.Split(fullPath);
RepositoryTask.cs (1)
120if (string.IsNullOrEmpty(initialPath) || !PathUtilities.IsPathFullyQualified(initialPath))