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