11 references to Keys
dotnet-svcutil-lib (1)
Shared\MSBuildProj.cs (1)
975if (!propertyNames.All(p => this._resolvedProperties.Keys.Contains(p)))
Microsoft.DotNet.Build.Tasks.Packaging (2)
PackageIndex.cs (2)
557foreach (var frameworkVersion in framework.Value.Keys) 594return mappings.Keys.Any(fxVer => fxVer <= framework.Version);
Microsoft.ML.LightGbm (1)
LightGbmTrainerBase.cs (1)
919indices = sortedIVPair.Keys.ToArray();
NuGet.Protocol (1)
RemoteRepositories\PluginFindPackageByIdResource.cs (1)
207return packageInfos.Keys;
System.Collections (3)
System\Collections\Generic\SortedDictionary.cs (3)
159return Keys; 167return Keys; 288get { return Keys; }
System.IO.Packaging (1)
System\IO\Packaging\ZipPackage.cs (1)
1078partPieces = new List<ZipPackagePartPiece>(contentTypeStreamPieces.Keys);
System.Speech (2)
Internal\GrammarBuilding\BuilderElements.cs (2)
69int[] keys = new int[dict.Keys.Count]; 72foreach (int key in dict.Keys)