15 references to Values
dotnet-svcutil-lib (1)
Shared\Options\ApplicationOptions.cs (1)
201this.PropertyBag.Values.FirstOrDefault(v => v.HasSameId(optionId));
Microsoft.Build (1)
Definition\Toolset.cs (1)
507orderedSubToolsetList.AddRange(subToolsetsWithVersion.Values);
Microsoft.CodeAnalysis.Features (4)
ExtractMethod\MethodExtractor.Analyzer.cs (4)
771foreach (var typeParameter in sortedMap.Values) 821return sortedMap.Values.ToList(); 830foreach (var typeParameter in sortedMap.Values) 909return sortedMap.Values.ToList();
Microsoft.DotNet.Build.Tasks.Packaging (5)
PackageIndex.cs (2)
145foreach(var info in Packages.Values) 258return Packages.Values.SelectMany(info => info.InboxOn.GetInboxFrameworks()).Distinct().ToArray();
UpdatePackageIndex.cs (2)
180foreach(var packageInfo in index.Packages.Values) 332if (index.ModulesToPackages.Values.Any(p => p.Equals(id)))
ValidatePackage.cs (1)
425if (index.ModulesToPackages.Values.Any(p => p.Equals(PackageId)))
Microsoft.ML.LightGbm (1)
LightGbmTrainerBase.cs (1)
896featureValues = sortedIVPair.Values.ToArray();
System.Collections (3)
System\Collections\Generic\SortedDictionary.cs (3)
177return Values; 185return Values; 293get { return Values; }