7 references to Keys
Aspire.Dashboard (1)
Components\Controls\Chart\MetricTable.razor.cs (1)
216addedXValues = newMetrics.Keys.Where(newKey => newKey > latestCurrentMetric || latestCurrentMetric == null).ToHashSet();
GenerateDocumentationAndConfigFiles (1)
Program.cs (1)
323var allRuleIds = string.Join(';', allRulesById.Keys);
PresentationCore (1)
System\Windows\Media\Animation\AnimationStorage.cs (1)
748IList<Int64> keys = propertyTriggerLayers.Keys;
System.IO.Packaging (4)
System\IO\Packaging\Package.cs (4)
989precedingPartName = _partList.Keys[index - 1].NormalizedPartUriString; 994followingPartName = _partList.Keys[index + 1].NormalizedPartUriString; 1058PackUriHelper.ValidatedPartUri[] partKeys = new PackUriHelper.ValidatedPartUri[_partList.Keys.Count]; 1060foreach (PackUriHelper.ValidatedPartUri uri in _partList.Keys)