12 references to Keys
dotnet-svcutil-lib (2)
Shared\MSBuildProj.cs (1)
987if (!propertyNames.All(p => this._resolvedProperties.Keys.Contains(p)))
Shared\TargetFrameworkHelper.cs (1)
201netCoreVersion = TargetFrameworkHelper.NetCoreVersionReferenceTable.Keys.LastOrDefault();
Microsoft.AspNetCore.Identity.EntityFrameworkCore.Test (1)
src\Identity\test\Shared\PriorityOrderer.cs (1)
60foreach (var list in sortedMethods.Keys.Select(priority => sortedMethods[priority]))
Microsoft.AspNetCore.Identity.InMemory.Test (1)
src\Identity\test\Shared\PriorityOrderer.cs (1)
60foreach (var list in sortedMethods.Keys.Select(priority => sortedMethods[priority]))
Microsoft.AspNetCore.Identity.Test (1)
src\Identity\test\Shared\PriorityOrderer.cs (1)
60foreach (var list in sortedMethods.Keys.Select(priority => sortedMethods[priority]))
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)
895indices = sortedIVPair.Keys.ToArray();
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);