81 references to GetEnumerator
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlDocument.cs (2)
602IDictionaryEnumerator attrDefs = ed.AttDefs.GetEnumerator(); 1622IDictionaryEnumerator attrDefs = ed.AttDefs.GetEnumerator();
FrameworkFork\Microsoft.Xml\Xml\Dom\XmlLoader.cs (2)
660IDictionaryEnumerator elementDecls = schInfo.ElementDecls.GetEnumerator(); 669IDictionaryEnumerator attDefs = elementDecl.AttDefs.GetEnumerator();
FrameworkFork\System.Runtime.Serialization\System\Runtime\Serialization\DataContractSet.cs (1)
323return Contracts.GetEnumerator();
illink (1)
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\DataFlow\DefaultValueDictionary.cs (1)
75 return Dictionary?.GetEnumerator () ?? Enumerable.Empty<KeyValuePair<TKey, TValue>> ().GetEnumerator ();
Microsoft.AspNetCore.Http (13)
FormCollection.cs (3)
139return new Enumerator(Store.GetEnumerator()); 154return Store.GetEnumerator(); 169return Store.GetEnumerator();
HeaderDictionary.cs (3)
338return new Enumerator(Store.GetEnumerator()); 352return Store.GetEnumerator(); 366return Store.GetEnumerator();
QueryCollection.cs (3)
157return new Enumerator(Store.GetEnumerator()); 171return Store.GetEnumerator(); 185return Store.GetEnumerator();
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs (1)
163return ReadDictionary.GetEnumerator();
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (3)
328return _dictionaryStorage.GetEnumerator(); 339return _dictionaryStorage.GetEnumerator(); 618_dictionaryEnumerator = _dictionary._dictionaryStorage.GetEnumerator();
Microsoft.AspNetCore.Mvc.Core (1)
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs (1)
163return ReadDictionary.GetEnumerator();
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
TempDataDictionary.cs (1)
284_enumerator = _tempData._data.GetEnumerator();
Microsoft.AspNetCore.Razor.Runtime (1)
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs (1)
163return ReadDictionary.GetEnumerator();
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpRequestHeaders.cs (1)
250? collection.MaybeUnknown!.GetEnumerator()
Internal\Http\HttpResponseHeaders.cs (1)
159? collection.MaybeUnknown!.GetEnumerator()
Internal\Http\HttpResponseTrailers.cs (1)
68? collection.MaybeUnknown!.GetEnumerator()
Microsoft.AspNetCore.Session (1)
DefaultDistributedSessionStore.cs (1)
29=> _store.GetEnumerator();
Microsoft.AspNetCore.Shared.Tests (4)
src\Shared\CopyOnWriteDictionary\CopyOnWriteDictionaryHolder.cs (1)
163return ReadDictionary.GetEnumerator();
src\Shared\Dictionary\AdaptiveCapacityDictionary.cs (3)
328return _dictionaryStorage.GetEnumerator(); 339return _dictionaryStorage.GetEnumerator(); 618_dictionaryEnumerator = _dictionary._dictionaryStorage.GetEnumerator();
Microsoft.Build (1)
Collections\ItemDictionary.cs (1)
169return _itemLists.GetEnumerator();
Microsoft.CodeAnalysis (3)
Collections\OrderPreservingMultiDictionary.cs (2)
126return _dictionary is null ? s_emptyDictionary.GetEnumerator() : _dictionary.GetEnumerator();
InternalUtilities\MultiDictionary.cs (1)
280return _dictionary.GetEnumerator();
Microsoft.CodeAnalysis.CodeStyle (3)
src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (2)
126return _dictionary is null ? s_emptyDictionary.GetEnumerator() : _dictionary.GetEnumerator();
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
280return _dictionary.GetEnumerator();
Microsoft.CodeAnalysis.Workspaces (3)
src\Compilers\Core\Portable\Collections\OrderPreservingMultiDictionary.cs (2)
126return _dictionary is null ? s_emptyDictionary.GetEnumerator() : _dictionary.GetEnumerator();
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
280return _dictionary.GetEnumerator();
Microsoft.CodeAnalysis.Workspaces.MSBuild.BuildHost (1)
src\Compilers\Core\Portable\InternalUtilities\MultiDictionary.cs (1)
280return _dictionary.GetEnumerator();
Microsoft.Extensions.Configuration (2)
ConfigurationManager.cs (2)
326return _properties.GetEnumerator(); 350return _properties.GetEnumerator();
Microsoft.ML.Core (1)
Utilities\Tree.cs (1)
208return _children.GetEnumerator();
Microsoft.ML.TorchSharp (1)
Utils\DefaultDictionary.cs (1)
47return _dictionary.GetEnumerator();
Microsoft.VisualStudio.LanguageServices (2)
Interop\CleanableWeakComHandleTable.cs (2)
92var cleanUpEnumerator = _table.GetEnumerator(); 112cleanUpEnumerator = _table.GetEnumerator();
MSBuildTaskHost (3)
Immutable\ImmutableDictionary.cs (3)
79return _backing.GetEnumerator(); 84return _backing.GetEnumerator(); 89return _backing.GetEnumerator();
PresentationCore (3)
MS\Internal\FontCache\FontFaceLayoutInfo.cs (1)
769return CMap.GetEnumerator();
System\Windows\Media\HostVisual.cs (1)
381IDictionaryEnumerator ide = _connectedChannels.GetEnumerator() as IDictionaryEnumerator;
System\Windows\Media\SolidColorBrush.cs (1)
323return fwdDictionary.GetEnumerator();
PresentationFramework (1)
MS\Internal\Annotations\ObservableDictionary.cs (1)
124return _nameValues.GetEnumerator();
System.Diagnostics.Process (3)
System\Collections\Specialized\DictionaryWrapper.cs (3)
81public IEnumerator<KeyValuePair<string, string?>> GetEnumerator() => _contents.GetEnumerator(); 82IEnumerator IEnumerable.GetEnumerator() => _contents.GetEnumerator(); 83IDictionaryEnumerator IDictionary.GetEnumerator() => _contents.GetEnumerator();
System.Formats.Nrbf (2)
System\Formats\Nrbf\RecordMap.cs (2)
28public IEnumerator<KeyValuePair<SerializationRecordId, SerializationRecord>> GetEnumerator() => _map.GetEnumerator(); 30IEnumerator IEnumerable.GetEnumerator() => _map.GetEnumerator();
System.IO.Packaging (1)
System\IO\Packaging\ContentType.cs (1)
147(_parameterDictionary ??= new Dictionary<string, string>()).GetEnumerator();
System.Linq.Expressions (1)
System\Linq\Expressions\Interpreter\Utilities.cs (1)
248return _dict.GetEnumerator();
System.Linq.Parallel (3)
System\Linq\Parallel\QueryOperators\Binary\ExceptQueryOperator.cs (1)
310_outputEnumerator = leftLookup.GetEnumerator();
System\Linq\Parallel\QueryOperators\Binary\UnionQueryOperator.cs (1)
381_outputEnumerator = union.GetEnumerator();
System\Linq\Parallel\QueryOperators\Unary\DistinctQueryOperator.cs (1)
256_hashLookupEnumerator = _hashLookup.GetEnumerator();
System.Net.Http (2)
src\libraries\Common\src\System\Collections\Generic\BidirectionalDictionary.cs (1)
50return _forward.GetEnumerator();
System\Net\Http\HttpRequestOptions.cs (1)
44IEnumerator<KeyValuePair<string, object?>> IEnumerable<KeyValuePair<string, object?>>.GetEnumerator() => Options.GetEnumerator();
System.Net.Mail (1)
src\libraries\Common\src\System\Collections\Generic\BidirectionalDictionary.cs (1)
50return _forward.GetEnumerator();
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\Collections\Generic\Dictionary.cs (1)
374GetEnumerator();
src\libraries\System.Private.CoreLib\src\System\Diagnostics\Tracing\DiagnosticCounter.cs (1)
128Dictionary<string, string?>.Enumerator enumerator = _metadata.GetEnumerator();
System.Private.DataContractSerialization (1)
System\Runtime\Serialization\DataContractSet.cs (1)
646return Contracts.GetEnumerator();
System.Reflection.Emit (1)
System\Reflection\Emit\ModuleBuilderImpl.cs (1)
422Dictionary<SymbolDocumentWriter, List<SequencePoint>>.Enumerator enumerator = il.DocumentToSequencePoints.GetEnumerator();
System.Reflection.Metadata (1)
System\Reflection\Metadata\Ecma335\BlobDictionary.cs (1)
107_dictionary.GetEnumerator();
System.Runtime.Caching (1)
System\Runtime\Caching\MemoryCache.cs (1)
521return h.GetEnumerator();
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\CoseHeaderMap.cs (2)
207=> _headerParameters.GetEnumerator(); 211=> _headerParameters.GetEnumerator();
System.ServiceModel.Primitives (1)
System\ServiceModel\Channels\DeliveryStrategy.cs (1)
139DisposeItems(items.GetEnumerator());
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\DictionaryOfTKeyTValueConverter.cs (1)
34enumerator = value.GetEnumerator();
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (3)
262return _mergedMetadata.GetEnumerator(); 281return _mergedMetadata?.GetEnumerator(); 290return ht?.GetEnumerator();