2 references to _downloadedProfiles
Microsoft.DotNet.Helix.Sdk (2)
ProvisioningProfileProvider.cs (2)
95
if (!
_downloadedProfiles
.TryGetValue(platform, out string? profilePath))
110
_downloadedProfiles
.Add(platform, profilePath);