2 references to GetCacheKey
Microsoft.Build.Tasks.Git (2)
RepositoryTask.cs (2)
108
if (TryGetCachedRepositoryInstance(
GetCacheKey
(repositoryId), requireCached: true, out repository))
132
var cacheKey =
GetCacheKey
(location.GitDirectory);