114 instantiations of DictionaryEntry
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (2)
332return new DictionaryEntry(currentKey, currentValue); 382return new DictionaryEntry(currentKey, currentValue);
GenerateDocumentationAndConfigFiles (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
913dictEntryArray[index++] = new DictionaryEntry(entries[i]._key, entries[i]._value); 1234return new DictionaryEntry(_current.Key, _current.Value); 1261return new DictionaryEntry(_current.Key, _current.Value);
Microsoft.Build (17)
BackEnd\Components\Communications\LogMessagePacket.cs (2)
350var entry = new DictionaryEntry(key, value); 374var entry = new DictionaryEntry(itemType, taskItemData);
BackEnd\Components\Logging\ProjectLoggingContext.cs (4)
217properties = projectProperties.GetCopyOnReadEnumerable(property => new DictionaryEntry(property.Name, property.EvaluatedValue)); 221properties = projectProperties.Filter(p => p is not EnvironmentDerivedProjectPropertyInstance || EnvironmentUtilities.IsWellKnownEnvironmentDerivedProperty(p.Name), p => new DictionaryEntry(p.Name, p.EvaluatedValue)); 224items = projectItems?.GetCopyOnReadEnumerable(item => new DictionaryEntry(item.ItemType, new TaskItem(item))) ?? []; 244properties = projectPropertiesToSerialize.Select((ProjectPropertyInstance property) => new DictionaryEntry(property.Name, property.EvaluatedValue));
Collections\ArrayDictionary.cs (1)
241private DictionaryEntry CurrentDictionaryEntry => new DictionaryEntry(_dictionary.keys[_position], _dictionary.values[_position]);
Logging\BaseConsoleLogger.cs (1)
499Internal.Utilities.EnumerateProperties(properties, list, static (list, kvp) => list.Add(new DictionaryEntry(kvp.Key, kvp.Value)));
Logging\BinaryLogger\BuildEventArgsReader.cs (4)
1516list[i] = new DictionaryEntry(property.Key, property.Value); 1617list[i] = new DictionaryEntry(itemName, item); 1637list.Add(new DictionaryEntry(itemType, item)); 1664list.Add(new DictionaryEntry(itemType, item));
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\5057ed6cf5d6323b\SegmentedDictionary`2.cs (3)
913dictEntryArray[index++] = new DictionaryEntry(entries[i]._key, entries[i]._value); 1234return new DictionaryEntry(_current.Key, _current.Value); 1261return new DictionaryEntry(_current.Key, _current.Value);
Utilities\Utilities.cs (1)
853callback(new DictionaryEntry(tuple.Type, tuple.Value));
Microsoft.Build.Framework (2)
Collections\CopyOnWriteDictionary.cs (1)
376array.SetValue(new DictionaryEntry(entry.Key, entry.Value), index + i);
ProjectStartedEventArgs.cs (1)
459DictionaryEntry entry = new DictionaryEntry(key, value);
Microsoft.Build.Tasks.Core (4)
ManifestUtil\ManifestReader.cs (1)
194DictionaryEntry arg = new DictionaryEntry("manifest-type", manifestType);
ManifestUtil\ManifestWriter.cs (2)
162var arg = new DictionaryEntry("trust-file", temp); 187var arg = new DictionaryEntry("base-file", temp);
ManifestUtil\TrustInfo.cs (1)
636Stream s = tempPrivilegeDocument != null ? XmlUtil.XslTransform(trustInfoResource2, m, new DictionaryEntry("defaultRequestedPrivileges", tempPrivilegeDocument)) : XmlUtil.XslTransform(trustInfoResource2, m);
Microsoft.CodeAnalysis (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
913dictEntryArray[index++] = new DictionaryEntry(entries[i]._key, entries[i]._value); 1234return new DictionaryEntry(_current.Key, _current.Value); 1261return new DictionaryEntry(_current.Key, _current.Value);
Microsoft.CodeAnalysis.Analyzers (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
913dictEntryArray[index++] = new DictionaryEntry(entries[i]._key, entries[i]._value); 1234return new DictionaryEntry(_current.Key, _current.Value); 1261return new DictionaryEntry(_current.Key, _current.Value);
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
913dictEntryArray[index++] = new DictionaryEntry(entries[i]._key, entries[i]._value); 1234return new DictionaryEntry(_current.Key, _current.Value); 1261return new DictionaryEntry(_current.Key, _current.Value);
Microsoft.CodeAnalysis.CodeStyle (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
913dictEntryArray[index++] = new DictionaryEntry(entries[i]._key, entries[i]._value); 1234return new DictionaryEntry(_current.Key, _current.Value); 1261return new DictionaryEntry(_current.Key, _current.Value);
Microsoft.CodeAnalysis.Extensions.Package (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
913dictEntryArray[index++] = new DictionaryEntry(entries[i]._key, entries[i]._value); 1234return new DictionaryEntry(_current.Key, _current.Value); 1261return new DictionaryEntry(_current.Key, _current.Value);
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
913dictEntryArray[index++] = new DictionaryEntry(entries[i]._key, entries[i]._value); 1234return new DictionaryEntry(_current.Key, _current.Value); 1261return new DictionaryEntry(_current.Key, _current.Value);
Microsoft.CodeAnalysis.Workspaces (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
913dictEntryArray[index++] = new DictionaryEntry(entries[i]._key, entries[i]._value); 1234return new DictionaryEntry(_current.Key, _current.Value); 1261return new DictionaryEntry(_current.Key, _current.Value);
PresentationCore (7)
System\Windows\Media\CharacterMetricsDictionary.cs (4)
189typedArray[index++] = new SC.DictionaryEntry(item.Key, item.Value); 205array.SetValue(new SC.DictionaryEntry(item.Key, item.Value), index++); 558return new SC.DictionaryEntry(entry.Key, entry.Value); 584return new SC.DictionaryEntry(entry.Key, entry.Value);
System\Windows\Media\CultureSpecificStringDictionary.cs (3)
158typedArray[index++] = new SC.DictionaryEntry(item.Key, item.Value); 174array.SetValue(new SC.DictionaryEntry(item.Key, item.Value), index++); 403return new SC.DictionaryEntry(entry.Key, entry.Value);
PresentationFramework (2)
System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
310DictionaryEntry entry = new(pair.Key, pair.Value);
System\Windows\ResourceDictionary.cs (1)
2185return new DictionaryEntry(key, value);
Roslyn.Diagnostics.Analyzers (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (1)
49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (3)
913dictEntryArray[index++] = new DictionaryEntry(entries[i]._key, entries[i]._value); 1234return new DictionaryEntry(_current.Key, _current.Value); 1261return new DictionaryEntry(_current.Key, _current.Value);
System.Collections (6)
System\Collections\Generic\OrderedDictionary.cs (2)
1414new DictionaryEntry(Current.Key, Current.Value) : 1418readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
System\Collections\Generic\SortedDictionary.cs (2)
466return new DictionaryEntry(Current.Key, Current.Value); 508return new DictionaryEntry(Current.Key, Current.Value);
System\Collections\Generic\SortedList.cs (2)
819return new DictionaryEntry(_key!, _value); 836return new DictionaryEntry(_key!, _value);
System.Collections.Immutable (5)
System\Collections\Frozen\FrozenDictionary.cs (1)
436dictEntryArray[index++] = new DictionaryEntry(item.Key, item.Value);
System\Collections\Immutable\DictionaryEnumerator.cs (1)
21get { return new DictionaryEntry(_inner.Current.Key, _inner.Current.Value); }
System\Collections\Immutable\ImmutableDictionary_2.Builder.cs (1)
337array.SetValue(new DictionaryEntry(item.Key, item.Value), arrayIndex++);
System\Collections\Immutable\ImmutableDictionary_2.cs (1)
764array.SetValue(new DictionaryEntry(item.Key, item.Value), arrayIndex++);
System\Collections\Immutable\ImmutableSortedDictionary_2.Node.cs (1)
222array.SetValue(new DictionaryEntry(item.Key, item.Value), arrayIndex++);
System.Collections.NonGeneric (3)
System\Collections\SortedList.cs (3)
346DictionaryEntry entry = new DictionaryEntry(keys[i], values[i]); 847return new DictionaryEntry(_key, _value); 862return new DictionaryEntry(_key, _value);
System.Collections.Specialized (7)
System\Collections\Specialized\ListDictionary.cs (2)
215array.SetValue(new DictionaryEntry(node.key, node.value), index); 294return new DictionaryEntry(_current.key, _current.value);
System\Collections\Specialized\OrderedDictionary.cs (5)
171objectsArray[index] = new DictionaryEntry(key, value); 200objectsArray[IndexOfKey(key)] = new DictionaryEntry(key, value); 233objectsArray.Add(new DictionaryEntry(key, value)); 321objectsArray.Insert(index, new DictionaryEntry(key, value)); 486return new DictionaryEntry(((DictionaryEntry)_arrayEnumerator.Current).Key, ((DictionaryEntry)_arrayEnumerator.Current).Value);
System.ComponentModel.TypeConverter (1)
System\ComponentModel\PropertyDescriptorCollection.cs (1)
606return new DictionaryEntry(curProp.Name, curProp);
System.Diagnostics.Process (1)
System\Collections\Specialized\StringDictionaryWrapper.cs (1)
57yield return new DictionaryEntry(keyValuePair.Key, keyValuePair.Value);
System.DirectoryServices (1)
System\DirectoryServices\PropertyCollection.cs (1)
210return new DictionaryEntry(_currentPropName, new PropertyValueCollection(_parentEntry, _currentPropName));
System.Private.CoreLib (13)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (2)
828array[index] = new DictionaryEntry(current._key, current._value); 2296public DictionaryEntry Entry => new DictionaryEntry(_enumerator.Current.Key, _enumerator.Current.Value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (3)
1609dictEntryArray[index++] = new DictionaryEntry(entries[i].key, entries[i].value); 1934return new DictionaryEntry(_current.Key, _current.Value); 1961return new DictionaryEntry(_current.Key, _current.Value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (3)
564DictionaryEntry entry = new DictionaryEntry(keyv, lbuckets[i].val); 1455return new DictionaryEntry(_currentKey!, _currentValue); 1471return new DictionaryEntry(_currentKey!, _currentValue);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (2)
162array.SetValue(new DictionaryEntry(node.key, node.value), index); 232return new DictionaryEntry(current.key, current.value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (2)
189dictEntryArray[index++] = new DictionaryEntry(item.Key, item.Value); 227get => new DictionaryEntry(_enumerator.Current.Key, _enumerator.Current.Value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
1131return new DictionaryEntry(key, value);
System.Private.Xml (2)
System\Xml\Schema\XmlSchemaObjectTable.cs (2)
302return new DictionaryEntry(currentKey!, currentValue); 352return new DictionaryEntry(currentKey!, currentValue);
System.Resources.Extensions (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
1131return new DictionaryEntry(key, value);
System.Windows.Forms (2)
misc\CollectionHelper.cs (2)
40dictionaryTarget[index++] = new DictionaryEntry(kvp.Key, kvp.Value); 57objects[index++] = new DictionaryEntry(kvp.Key, kvp.Value);
System.Windows.Forms.Design (1)
System\ComponentModel\Design\Serialization\StatementContext.cs (1)
228return new DictionaryEntry(entry.Owner, entry.Statements);
System.Xaml (1)
System\Xaml\Runtime\ClrObjectRuntime.cs (1)
764yield return new DictionaryEntry(enumerator.Current.Key, enumerator.Current.Value);
334 references to DictionaryEntry
Aspire.Hosting (1)
Dcp\DcpHost.cs (1)
277foreach (DictionaryEntry de in Environment.GetEnvironmentVariables())
csc (1)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
511foreach (System.Collections.DictionaryEntry entry in currentEnvironment)
dotnet (1)
src\sdk\artifacts\.packages\microsoft.codeanalysis.buildclient\5.11.0-1.26422.113\contentFiles\cs\net11.0\BuildServerConnection.cs (1)
511foreach (System.Collections.DictionaryEntry entry in currentEnvironment)
dotnet-svcutil-lib (18)
FrameworkFork\Microsoft.Xml\Xml\schema\ContentValidator.cs (4)
223foreach (DictionaryEntry de in _names) 232foreach (DictionaryEntry de in _wildcards) 2332foreach (DictionaryEntry entry in _elements) 2349foreach (DictionaryEntry entry in _elements)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaCollectionPreprocessor.cs (3)
706foreach (DictionaryEntry entry in redefine.Groups) 710foreach (DictionaryEntry entry in redefine.AttributeGroups) 714foreach (DictionaryEntry entry in redefine.SchemaTypes)
FrameworkFork\Microsoft.Xml\Xml\schema\SchemaNamespaceManager.cs (1)
52foreach (DictionaryEntry entry in namespaces)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (1)
370public DictionaryEntry Entry
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaSet.cs (3)
972DictionaryEntry[] oldLocations = new DictionaryEntry[_schemaLocations.Count]; 998internal XmlSchema FindSchemaByNSAndUrl(Uri schemaUri, string ns, DictionaryEntry[] locationsTable)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaValidator.cs (2)
341DictionaryEntry[] oldLocations = new DictionaryEntry[schemaLocations.Count];
FrameworkFork\Microsoft.Xml\Xml\Serialization\Types.cs (1)
775foreach (DictionaryEntry de in _typeDescs)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationReader.cs (1)
1596foreach (DictionaryEntry target in _targets)
FrameworkFork\Microsoft.Xml\Xml\Serialization\XmlSerializationWriter.cs (1)
1474foreach (DictionaryEntry entry in xmlns.Namespaces)
FrameworkFork\System.ServiceModel\System\ServiceModel\Description\DataContractSerializerOperationGenerator.cs (1)
139foreach (DictionaryEntry userData in codeCompileUnit.UserData)
GenerateDocumentationAndConfigFiles (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (2)
38/// <see cref="System.Collections.DictionaryEntry"/>. This is the return value for instances of this 49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
906else if (array is DictionaryEntry[] dictEntryArray) 1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.AspNetCore.Components.Server (2)
src\aspnetcore\src\submodules\MessagePack-CSharp\src\MessagePack.UnityClient\Assets\Scripts\MessagePack\Utilities.cs (2)
63internal struct NonGenericDictionaryEnumerator : IEnumerator<System.Collections.DictionaryEntry> 72public DictionaryEntry Current => this.enumerator.Entry;
Microsoft.AspNetCore.Grpc.JsonTranscoding (3)
Internal\Json\JsonConverterHelper.cs (1)
143foreach (DictionaryEntry item in newValues)
Internal\Json\StructConverter.cs (1)
31foreach (DictionaryEntry entry in fields)
src\aspnetcore\src\Grpc\JsonTranscoding\src\Shared\ServiceDescriptorHelpers.cs (1)
257foreach (DictionaryEntry value in dictionaryValues)
Microsoft.Build (56)
BackEnd\Client\MSBuildClient.cs (1)
635foreach (DictionaryEntry envVar in Environment.GetEnvironmentVariables())
BackEnd\Components\Communications\LogMessagePacket.cs (4)
342return (DictionaryEntry[])[]; 350var entry = new DictionaryEntry(key, value); 364return (DictionaryEntry[])[]; 374var entry = new DictionaryEntry(itemType, taskItemData);
BackEnd\Components\Logging\ILoggingService.cs (4)
581IEnumerable<DictionaryEntry> properties, 582IEnumerable<DictionaryEntry> items, 595IEnumerable<DictionaryEntry> properties, 596IEnumerable<DictionaryEntry> items,
BackEnd\Components\Logging\LoggingServiceLogMethods.cs (4)
563IEnumerable<DictionaryEntry> properties, 564IEnumerable<DictionaryEntry> items, 596IEnumerable<DictionaryEntry> properties, 597IEnumerable<DictionaryEntry> items,
BackEnd\Components\Logging\ProjectLoggingContext.cs (2)
199IEnumerable<DictionaryEntry> properties = null; 200IEnumerable<DictionaryEntry> items = null;
BackEnd\Components\RequestBuilder\IntrinsicTasks\ItemGroupLoggingHelper.cs (1)
218foreach (DictionaryEntry kvp in customMetadata)
BackEnd\Components\RequestBuilder\TaskHost.cs (1)
1191foreach (DictionaryEntry entry in globalProperties[i])
BackEnd\TaskExecutionHost\TaskExecutionHost.cs (1)
1855foreach (DictionaryEntry de in customMetadata)
Collections\ArrayDictionary.cs (2)
241private DictionaryEntry CurrentDictionaryEntry => new DictionaryEntry(_dictionary.keys[_position], _dictionary.values[_position]); 249DictionaryEntry IDictionaryEnumerator.Entry => CurrentDictionaryEntry;
Evaluation\Expander.PropertyExpander.cs (1)
398foreach (DictionaryEntry entry in dictionary)
Instance\ProjectInstance.cs (4)
3118List<DictionaryEntry> clearedVariables = null; 3122foreach (DictionaryEntry environmentVariable in Environment.GetEnvironmentVariables()) 3136clearedVariables = new List<DictionaryEntry>(); 3150foreach (DictionaryEntry clearedVariable in clearedVariables)
Logging\BaseConsoleLogger.cs (9)
90internal class DictionaryEntryKeyComparer : IComparer<DictionaryEntry> 96public int Compare(DictionaryEntry a, DictionaryEntry b) 456internal void WriteProperties(List<DictionaryEntry> properties) 494internal List<DictionaryEntry> ExtractPropertyList(IEnumerable properties) 497var list = new List<DictionaryEntry>(properties.FastCountOrZero()); 529internal virtual void OutputProperties(List<DictionaryEntry> list) 535foreach (DictionaryEntry prop in list) 563foreach (DictionaryEntry entry in itemTypes)
Logging\BinaryLogger\BuildEventArgsReader.cs (7)
1503private IList<DictionaryEntry>? ReadPropertyList() 1512var list = new DictionaryEntry[count]; 1596private IList<DictionaryEntry>? ReadProjectItems() 1598IList<DictionaryEntry>? list; 1612list = new DictionaryEntry[count]; 1628list = new List<DictionaryEntry>(); 1649list = new List<DictionaryEntry>();
Logging\ParallelLogger\ParallelConsoleLogger.cs (3)
772internal override void OutputProperties(List<DictionaryEntry> list) 778foreach (DictionaryEntry prop in list) 917foreach (DictionaryEntry metadatum in metadata)
src\5057ed6cf5d6323b\ImmutableSegmentedDictionary`2+Enumerator.cs (2)
38/// <see cref="System.Collections.DictionaryEntry"/>. This is the return value for instances of this 49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\5057ed6cf5d6323b\SegmentedDictionary`2.cs (2)
906else if (array is DictionaryEntry[] dictEntryArray) 1252readonly DictionaryEntry IDictionaryEnumerator.Entry
src\msbuild\src\Shared\TaskHostBuildRequest.cs (1)
88foreach (DictionaryEntry entry in globalProperties[i])
src\msbuild\src\Shared\TaskParameter.cs (2)
594foreach (DictionaryEntry entry in nonGenericEscapedMetadata) 614foreach (DictionaryEntry entry in customMetadata)
Utilities\Utilities.cs (5)
710else if (item is DictionaryEntry dictionaryEntry && dictionaryEntry.Key is string key && !string.IsNullOrEmpty(key)) 849public static void EnumerateItems(IEnumerable items, Action<DictionaryEntry> callback) 866if (enumerator is List<DictionaryEntry>.Enumerator listEnumerator) 870DictionaryEntry dictionaryEntry = listEnumerator.Current; 898else if (item is DictionaryEntry dictionaryEntry)
Microsoft.Build.Framework (8)
BackEnd\CommunicationsUtilities.cs (2)
278DictionaryEntry entry = enumerator.Entry; 299DictionaryEntry entry = enumerator.Entry;
MultiThreadedTaskEnvironmentDriver.cs (1)
48foreach (DictionaryEntry entry in variables)
ProjectStartedEventArgs.cs (5)
302return properties ?? (DictionaryEntry[])[]; 326return items ?? (DictionaryEntry[])[]; 379var validProperties = properties.Cast<DictionaryEntry>().Where(entry => entry.Key != null && entry.Value != null); 388foreach (var propertyPair in validProperties) 459DictionaryEntry entry = new DictionaryEntry(key, value);
Microsoft.Build.Tasks.CodeAnalysis (2)
src\roslyn\src\Compilers\Core\MSBuildTask\ManagedToolTask.cs (1)
328.. Environment.GetEnvironmentVariables().Cast<System.Collections.DictionaryEntry>()
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
511foreach (System.Collections.DictionaryEntry entry in currentEnvironment)
Microsoft.Build.Tasks.Core (9)
ManifestUtil\ManifestReader.cs (1)
194DictionaryEntry arg = new DictionaryEntry("manifest-type", manifestType);
ManifestUtil\ManifestWriter.cs (2)
162var arg = new DictionaryEntry("trust-file", temp); 187var arg = new DictionaryEntry("base-file", temp);
ManifestUtil\XmlUtil.cs (2)
77public static Stream XslTransform(string resource, Stream input, params DictionaryEntry[] entries) 111foreach (DictionaryEntry entry in entries)
src\msbuild\src\Shared\TaskParameter.cs (2)
594foreach (DictionaryEntry entry in nonGenericEscapedMetadata) 614foreach (DictionaryEntry entry in customMetadata)
WriteCodeFragment.cs (2)
216foreach (DictionaryEntry entry in customMetadata) 325foreach (DictionaryEntry entry in customMetadata)
Microsoft.Build.Utilities.Core (1)
TaskItem.cs (1)
130foreach (DictionaryEntry singleMetadata in itemMetadata)
Microsoft.CodeAnalysis (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (2)
38/// <see cref="System.Collections.DictionaryEntry"/>. This is the return value for instances of this 49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
906else if (array is DictionaryEntry[] dictEntryArray) 1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.CodeAnalysis.Analyzers (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (2)
38/// <see cref="System.Collections.DictionaryEntry"/>. This is the return value for instances of this 49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
906else if (array is DictionaryEntry[] dictEntryArray) 1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.CodeAnalysis.AnalyzerUtilities (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (2)
38/// <see cref="System.Collections.DictionaryEntry"/>. This is the return value for instances of this 49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
906else if (array is DictionaryEntry[] dictEntryArray) 1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.CodeAnalysis.CodeStyle (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (2)
38/// <see cref="System.Collections.DictionaryEntry"/>. This is the return value for instances of this 49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
906else if (array is DictionaryEntry[] dictEntryArray) 1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.CodeAnalysis.Extensions.Package (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (2)
38/// <see cref="System.Collections.DictionaryEntry"/>. This is the return value for instances of this 49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
906else if (array is DictionaryEntry[] dictEntryArray) 1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.CodeAnalysis.ResxSourceGenerator (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (2)
38/// <see cref="System.Collections.DictionaryEntry"/>. This is the return value for instances of this 49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
906else if (array is DictionaryEntry[] dictEntryArray) 1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.CodeAnalysis.Scripting (1)
Hosting\ObjectFormatter\CommonObjectFormatter.Visitor.cs (1)
589var entry = enumerator.Entry;
Microsoft.CodeAnalysis.Workspaces (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (2)
38/// <see cref="System.Collections.DictionaryEntry"/>. This is the return value for instances of this 49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
906else if (array is DictionaryEntry[] dictEntryArray) 1252readonly DictionaryEntry IDictionaryEnumerator.Entry
Microsoft.Extensions.Localization (1)
Internal\ResourceManagerStringProvider.cs (1)
77foreach (DictionaryEntry? entry in resourceSet)
Microsoft.ML.CodeGenerator (1)
Utils.cs (1)
82return sampleData.Cast<DictionaryEntry>().ToDictionary(k => (string)k.Key, v => (string)v.Value);
Microsoft.ML.Maml (1)
MAML.cs (1)
276foreach (DictionaryEntry kvp in ex.Data)
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestObjectBaseConverter.cs (1)
177foreach (DictionaryEntry entry in dict)
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\FileIO\FileSystem.vb (1)
996For Each Entry As DictionaryEntry In Exceptions
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
XML\XmlPersistence.cs (2)
356foreach (DictionaryEntry de in ht) 374foreach (DictionaryEntry de in dict)
MSBuild (3)
src\msbuild\src\Shared\TaskHostBuildRequest.cs (1)
88foreach (DictionaryEntry entry in globalProperties[i])
src\msbuild\src\Shared\TaskParameter.cs (2)
594foreach (DictionaryEntry entry in nonGenericEscapedMetadata) 614foreach (DictionaryEntry entry in customMetadata)
mscorlib (1)
src\runtime\src\libraries\shims\mscorlib\ref\mscorlib.cs (1)
86[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.DictionaryEntry))]
netstandard (1)
netstandard.cs (1)
104[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.DictionaryEntry))]
PresentationBuildTasks (1)
src\wpf\src\Microsoft.DotNet.Wpf\src\PresentationFramework\System\Windows\Markup\XamlTypeMapper.cs (1)
369foreach (DictionaryEntry entry in _assemblyPathTable)
PresentationCore (17)
System\Windows\Input\AccessKeyManager.cs (2)
673foreach (DictionaryEntry entry in Current._keyToElements) 694foreach (DictionaryEntry entry in Current._keyToElements)
System\Windows\Media\Animation\Clock.cs (2)
4366foreach (DictionaryEntry e in _objectTable) 4376foreach (DictionaryEntry e in removeTable)
System\Windows\Media\Animation\Timeline.cs (2)
1159foreach (DictionaryEntry e in _objectTable) 1169foreach (DictionaryEntry e in removeTable)
System\Windows\Media\CharacterMetricsDictionary.cs (5)
183SC.DictionaryEntry[] typedArray = array as SC.DictionaryEntry[]; 200if (!elementType.IsAssignableFrom(typeof(SC.DictionaryEntry))) 201throw new ArgumentException(SR.Format(SR.CannotConvertType, typeof(SC.DictionaryEntry), elementType)); 579SC.DictionaryEntry SC.IDictionaryEnumerator.Entry
System\Windows\Media\CultureSpecificStringDictionary.cs (5)
152SC.DictionaryEntry[] typedArray = array as SC.DictionaryEntry[]; 169if (!elementType.IsAssignableFrom(typeof(SC.DictionaryEntry))) 170throw new ArgumentException(SR.Format(SR.CannotConvertType, typeof(SC.DictionaryEntry), elementType)); 398public SC.DictionaryEntry Entry
System\Windows\Media\Imaging\ImagingCache.cs (1)
72foreach (DictionaryEntry de in table)
PresentationFramework (37)
MS\Internal\Data\StaticPropertyChangedEventManager.cs (3)
397foreach (DictionaryEntry de in _dict) 407foreach (DictionaryEntry de in _dict) 555foreach (DictionaryEntry de in _dict)
MS\Internal\Data\ValueTable.cs (1)
245foreach (DictionaryEntry de in _table)
MS\Internal\Data\ViewManager.cs (3)
247foreach (DictionaryEntry de in this) 650foreach (DictionaryEntry de in vt) 788foreach (DictionaryEntry de in this)
MS\Internal\DataStreams.cs (1)
226foreach (DictionaryEntry entry in _customJournaledObjects)
System\Windows\Controls\Grid.cs (1)
1302foreach (DictionaryEntry e in spanStore)
System\Windows\Documents\AdornerLayer.cs (4)
413DictionaryEntry[] zOrderMapEntries = new DictionaryEntry[_zOrderMap.Count]; 447DictionaryEntry[] zOrderMapEntries = new DictionaryEntry[_zOrderMap.Count];
System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (6)
43public DictionaryEntry Entry 45get => (DictionaryEntry)_enumerator.Current; 67public DictionaryEntry Current 293public void CopyTo(DictionaryEntry[] array, int arrayIndex) 310DictionaryEntry entry = new(pair.Key, pair.Value); 361CopyTo(array as DictionaryEntry[], index);
System\Windows\Markup\Primitives\ElementMarkupObject.cs (6)
501DictionaryEntry[] entries = new DictionaryEntry[dictionary.Count]; 503Array.Sort(entries, delegate(DictionaryEntry one, DictionaryEntry two) 507foreach (DictionaryEntry entry in entries) 1164foreach (DictionaryEntry entry in _value)
System\Windows\Markup\XamlTypeMapper.cs (2)
299foreach ( DictionaryEntry de in dict ) 369foreach (DictionaryEntry entry in _assemblyPathTable)
System\Windows\Markup\XamlTypeMapperSchemaContext.cs (2)
56foreach (DictionaryEntry entry in typeMapper.PITable) 144foreach (DictionaryEntry piEntry in _typeMapper.PITable)
System\Windows\Markup\XmlnsDictionary.cs (1)
206public void CopyTo(DictionaryEntry[] array, int index)
System\Windows\Media\Animation\Storyboard.cs (1)
609foreach( DictionaryEntry entry in clockMappings )
System\Windows\ResourceDictionary.cs (5)
70public void CopyTo(DictionaryEntry[] array, int arrayIndex) 85private void CopyToWithoutLock(DictionaryEntry[] array, int arrayIndex) 94DictionaryEntry entry = array[i]; 964CopyTo(array as DictionaryEntry[], arrayIndex); 2179DictionaryEntry IDictionaryEnumerator.Entry
System\Windows\StyleHelper.cs (1)
2294foreach (DictionaryEntry entry in parentTemplateValues)
ReachFramework (1)
Serialization\VisualTreeFlattener.cs (1)
773foreach (DictionaryEntry e in res)
RepoTasks (1)
BatchHelixWorkItems.cs (1)
188foreach (System.Collections.DictionaryEntry metadataEntry in firstItem.CloneCustomMetadata())
Roslyn.Diagnostics.Analyzers (4)
src\roslyn\src\Dependencies\Collections\Segmented\ImmutableSegmentedDictionary`2+Enumerator.cs (2)
38/// <see cref="System.Collections.DictionaryEntry"/>. This is the return value for instances of this 49readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
src\roslyn\src\Dependencies\Collections\Segmented\SegmentedDictionary`2.cs (2)
906else if (array is DictionaryEntry[] dictEntryArray) 1252readonly DictionaryEntry IDictionaryEnumerator.Entry
System.Collections (3)
System\Collections\Generic\OrderedDictionary.cs (1)
1418readonly DictionaryEntry IDictionaryEnumerator.Entry => new(Current.Key, Current.Value);
System\Collections\Generic\SortedDictionary.cs (1)
499DictionaryEntry IDictionaryEnumerator.Entry
System\Collections\Generic\SortedList.cs (1)
810DictionaryEntry IDictionaryEnumerator.Entry
System.Collections.Immutable (2)
System\Collections\Frozen\FrozenDictionary.cs (1)
432else if (array is DictionaryEntry[] dictEntryArray)
System\Collections\Immutable\DictionaryEnumerator.cs (1)
19public DictionaryEntry Entry
System.Collections.NonGeneric (2)
System\Collections\SortedList.cs (2)
346DictionaryEntry entry = new DictionaryEntry(keys[i], values[i]); 841public DictionaryEntry Entry
System.Collections.Specialized (21)
System\Collections\Specialized\ListDictionary.cs (1)
286public DictionaryEntry Entry
System\Collections\Specialized\OrderedDictionary.cs (20)
156return ((DictionaryEntry)objectsArray[index]!).Value; 170object key = ((DictionaryEntry)objectsArray[index]!).Key; 288object o = ((DictionaryEntry)_objectsArray[i]!).Key; 337object key = ((DictionaryEntry)objectsArray[index]!).Key; 423DictionaryEntry entry; 427entry = (DictionaryEntry)o; 468return ((DictionaryEntry)_arrayEnumerator.Current).Key; 472return ((DictionaryEntry)_arrayEnumerator.Current).Value; 481public DictionaryEntry Entry 486return new DictionaryEntry(((DictionaryEntry)_arrayEnumerator.Current).Key, ((DictionaryEntry)_arrayEnumerator.Current).Value); 498return ((DictionaryEntry)_arrayEnumerator.Current).Key; 510return ((DictionaryEntry)_arrayEnumerator.Current).Value; 564array.SetValue(IsKeys ? ((DictionaryEntry)o).Key : ((DictionaryEntry)o).Value, index); 591if (object.Equals(((DictionaryEntry)o).Value, value)) 606object entryKey = ((DictionaryEntry)_objects[i]!).Key; 619else if (object.Equals(((DictionaryEntry)_objects[i]!).Value, value)) 635DictionaryEntry entry = (DictionaryEntry)_objects[index]!;
System.ComponentModel.TypeConverter (4)
System\ComponentModel\ComponentResourceManager.cs (1)
242foreach (DictionaryEntry de in resourceSet)
System\ComponentModel\Design\DesigntimeLicenseContextSerializer.cs (1)
45foreach (DictionaryEntry keyAndValue in context._savedLicenseKeys)
System\ComponentModel\PropertyDescriptorCollection.cs (1)
601public DictionaryEntry Entry
System\ComponentModel\ReflectTypeDescriptionProvider.cs (1)
1477DictionaryEntry de = e.Entry;
System.Configuration.ConfigurationManager (12)
System\Configuration\ClientSettingsStore.cs (1)
185foreach (DictionaryEntry entry in newSettings)
System\Configuration\ConfigurationElementCollection.cs (2)
1264private DictionaryEntry _current; 1292DictionaryEntry IDictionaryEnumerator.Entry => _current;
System\Configuration\ConfigurationLockCollection.cs (3)
70foreach (DictionaryEntry de in _internalDictionary) 93foreach (DictionaryEntry de in _internalDictionary) 280foreach (DictionaryEntry de in _internalDictionary)
System\Configuration\ConfigurationSectionCollection.cs (1)
21foreach (DictionaryEntry de in _configRecord.SectionFactories)
System\Configuration\ConfigurationSectionGroupCollection.cs (1)
22foreach (DictionaryEntry de in _configRecord.SectionGroupFactories)
System\Configuration\MgmtConfigurationRecord.cs (1)
1536foreach (DictionaryEntry de in _sectionRecords)
System\Configuration\SectionUpdates.cs (2)
210foreach (DictionaryEntry de in _groups) 231foreach (DictionaryEntry de in _groups)
System\Configuration\SettingsPropertyValueCollection.cs (1)
58foreach (DictionaryEntry de in _indices)
System.Data.Common (6)
System\Data\PropertyCollection.cs (1)
33foreach (DictionaryEntry pair in this)
System\Data\xmlsaver.cs (1)
70foreach (DictionaryEntry entry in props)
System\Xml\XmlDataDocument.cs (4)
63foreach (DictionaryEntry entry in _pointers) 893foreach (DictionaryEntry entry in _pointers) 1432foreach (DictionaryEntry entry in _pointers) 1690foreach (DictionaryEntry entry in _pointers)
System.Data.OleDb (1)
DbConnectionOptions.cs (1)
839foreach (DictionaryEntry entry in parsedvalues)
System.Diagnostics.Process (1)
System\Diagnostics\ProcessStartInfo.cs (1)
111DictionaryEntry entry = e.Entry;
System.DirectoryServices (6)
System\DirectoryServices\ActiveDirectory\ActiveDirectorySite.cs (5)
728foreach (DictionaryEntry e in _subnets.changeList) 747foreach (DictionaryEntry e in _SMTPBridgeheadServers.changeList!) 768foreach (DictionaryEntry e in _RPCBridgeheadServers.changeList!) 987foreach (DictionaryEntry val in nonBridgHeadTable) 1044foreach (DictionaryEntry e in bridgeHeadTable)
System\DirectoryServices\PropertyCollection.cs (1)
203public DictionaryEntry Entry
System.DirectoryServices.AccountManagement (3)
System\DirectoryServices\AccountManagement\AD\ADStoreCtx_LoadStore.cs (2)
186foreach (DictionaryEntry dictEntry in mappingTableByProp) 412foreach (DictionaryEntry Dictentry in ldapMappingTable)
System\DirectoryServices\AccountManagement\SAM\SAMStoreCtx_LoadStore.cs (1)
105foreach (DictionaryEntry dictEntry in propertyMappingTableByProperty)
System.Management (4)
System\Management\ManagementOperationWatcher.cs (4)
179DictionaryEntry entry = (DictionaryEntry)sinkEnum.Current; 196DictionaryEntry entry = (DictionaryEntry)copiedSinkEnum.Current;
System.Net.Primitives (2)
System\Net\CookieContainer.cs (2)
350DictionaryEntry entry = (DictionaryEntry)item;
System.Net.Requests (1)
System\Net\TimerThread.cs (1)
140DictionaryEntry pair = e.Entry;
System.Private.CoreLib (12)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Concurrent\ConcurrentDictionary.cs (3)
822private void CopyToEntries(DictionaryEntry[] array, int index) 1893if (array is DictionaryEntry[] entries) 2296public DictionaryEntry Entry => new DictionaryEntry(_enumerator.Current.Key, _enumerator.Current.Value);
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (2)
1602else if (array is DictionaryEntry[] dictEntryArray) 1952DictionaryEntry IDictionaryEnumerator.Entry
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\Hashtable.cs (2)
564DictionaryEntry entry = new DictionaryEntry(keyv, lbuckets[i].val); 1449public DictionaryEntry Entry
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\IDictionaryEnumerator.cs (1)
62DictionaryEntry Entry
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ListDictionaryInternal.cs (1)
224public DictionaryEntry Entry
src\runtime\src\libraries\System.Private.CoreLib\src\System\Collections\ObjectModel\ReadOnlyDictionary.cs (2)
185if (array is DictionaryEntry[] dictEntryArray) 225public DictionaryEntry Entry
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
1098public DictionaryEntry Entry
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\Json\XmlObjectSerializerWriteContextComplexJson.cs (1)
226DictionaryEntry entry = e.Entry;
System.Private.Xml (11)
System\Xml\Schema\SchemaCollectionpreProcessor.cs (3)
693foreach (DictionaryEntry entry in redefine.Groups) 698foreach (DictionaryEntry entry in redefine.AttributeGroups) 703foreach (DictionaryEntry entry in redefine.SchemaTypes)
System\Xml\Schema\XmlSchemaObjectTable.cs (1)
340public DictionaryEntry Entry
System\Xml\Schema\XmlSchemaSet.cs (3)
809DictionaryEntry[] oldLocations = new DictionaryEntry[_schemaLocations.Count]; 831internal XmlSchema? FindSchemaByNSAndUrl(Uri? schemaUri, string ns, DictionaryEntry[]? locationsTable)
System\Xml\Schema\XmlSchemaValidator.cs (2)
330DictionaryEntry[] oldLocations = new DictionaryEntry[schemaLocations.Count];
System\Xml\Serialization\Types.cs (1)
808foreach (DictionaryEntry de in _typeDescs)
System\Xml\Serialization\XmlSerializationReader.cs (1)
1530foreach (DictionaryEntry target in _targets)
System.Resources.Extensions (1)
src\runtime\src\libraries\System.Private.CoreLib\src\System\Resources\ResourceReader.cs (1)
1098public DictionaryEntry Entry
System.Runtime (1)
src\runtime\artifacts\obj\System.Runtime\Release\net11.0\System.Runtime.Forwards.cs (1)
75[assembly: System.Runtime.CompilerServices.TypeForwardedTo(typeof(System.Collections.DictionaryEntry))]
System.Runtime.Caching (2)
System\Runtime\Caching\MemoryCacheStore.cs (2)
228foreach (DictionaryEntry e in _entries) 259foreach (DictionaryEntry e in _entries)
System.Security.Permissions (2)
System\Security\Policy\NetCodeGroup.cs (2)
18public System.Collections.DictionaryEntry[] GetConnectAccessRules() { return default(System.Collections.DictionaryEntry[]); }
System.Text.RegularExpressions.Generator (4)
RegexGenerator.Emitter.cs (4)
183AppendHashtableContents(writer, rm.Tree.CaptureNumberSparseMapping.Cast<DictionaryEntry>().OrderBy(de => de.Key as int?)); 189AppendHashtableContents(writer, rm.Tree.CaptureNameToNumberMapping.Cast<DictionaryEntry>().OrderBy(de => de.Key as string, StringComparer.Ordinal)); 209static void AppendHashtableContents(IndentedTextWriter writer, IEnumerable<DictionaryEntry> contents) 212foreach (DictionaryEntry en in contents)
System.Windows.Forms (2)
misc\CollectionHelper.cs (1)
34else if (target is DictionaryEntry[] dictionaryTarget)
System\Windows\Forms\Layout\DefaultLayout.cs (1)
1055foreach (DictionaryEntry entry in dictionary)
System.Windows.Forms.Design (5)
System\ComponentModel\Design\Serialization\StatementContext.cs (1)
208public readonly DictionaryEntry Entry
System\Drawing\Design\ToolboxItem.cs (1)
710foreach (DictionaryEntry de in Properties)
System\Resources\Tools\StronglyTypedResourceBuilder.cs (2)
166foreach (DictionaryEntry entry in resourceList) 275foreach (DictionaryEntry entry in reader)
System\Windows\Forms\Design\SplitterPanelDesigner.cs (1)
228foreach (DictionaryEntry de in properties)
System.Xaml (11)
System\Xaml\NameScope.cs (1)
120foreach (DictionaryEntry entry in _nameMap)
System\Xaml\Runtime\ClrObjectRuntime.cs (6)
374public override IEnumerable<DictionaryEntry> GetDictionaryItems(object dictionary, XamlType dictionaryType) 400return (IEnumerable<DictionaryEntry>)method.Invoke(null, new object[] { enumerator }); 743private static IEnumerable<DictionaryEntry> DictionaryEntriesFromIDictionaryEnumerator( 752private static IEnumerable<DictionaryEntry> DictionaryEntriesFromIEnumerator(IEnumerator enumerator) 756yield return (DictionaryEntry)enumerator.Current; 760private static IEnumerable<DictionaryEntry> DictionaryEntriesFromIEnumeratorKvp<TKey, TValue>(IEnumerator<KeyValuePair<TKey, TValue>> enumerator)
System\Xaml\Runtime\PartialTrustTolerantRuntime.cs (1)
405public override IEnumerable<DictionaryEntry> GetDictionaryItems(object dictionary, XamlType dictionaryType)
System\Xaml\XamlObjectReader.cs (2)
417foreach (var entry in context.Runtime.GetDictionaryItems(propertyValue, propertyType)) 472public static bool ShouldOmitKey(DictionaryEntry entry, SerializerContext context)
System\Xaml\XamlRuntime.cs (1)
68public abstract IEnumerable<DictionaryEntry> GetDictionaryItems(object dictionary, XamlType dictionaryType);
UIAutomationClient (4)
MS\Internal\Automation\ProxyManager.cs (4)
138if( o is DictionaryEntry ) 139o = ((DictionaryEntry)o).Value; 166if( o is DictionaryEntry ) 167o = ((DictionaryEntry)o).Value;
vbc (1)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
511foreach (System.Collections.DictionaryEntry entry in currentEnvironment)
VBCSCompiler (1)
src\roslyn\src\Compilers\Shared\BuildServerConnection.cs (1)
511foreach (System.Collections.DictionaryEntry entry in currentEnvironment)