7 references to inboxVersions
Microsoft.DotNet.Build.Tasks.Packaging (7)
PackageIndex.cs (7)
492public int Count { get { return inboxVersions.Sum(m => m.Value.Count); } } 501if (!inboxVersions.TryGetValue(frameworkKey, out mappings)) 503inboxVersions[frameworkKey] = mappings = new SortedDictionary<Version, Version>(); 555foreach (var framework in inboxVersions) 568foreach (var framework in inboxVersions) 588if (!inboxVersions.TryGetValue(key, out mappings)) 603if (!inboxVersions.TryGetValue(key, out mappings))