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