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