131 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();
GenerateDocumentationAndConfigFiles (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();
illink (1)
ILLink.RoslynAnalyzer (1)
src\tools\illink\src\ILLink.Shared\DataFlow\DefaultValueDictionary.cs (1)
76return Dictionary?.GetEnumerator() ?? Enumerable.Empty<KeyValuePair<TKey, TValue>>().GetEnumerator();
Metrics (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();
Metrics.Legacy (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.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.Analyzers (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.AnalyzerUtilities (5)
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();
src\RoslynAnalyzers\Utilities\FlowAnalysis\FlowAnalysis\Framework\DataFlow\DictionaryAnalysisData.cs (2)
124return _coreAnalysisData.GetEnumerator(); 150return _coreAnalysisData.GetEnumerator();
Microsoft.CodeAnalysis.BannedApiAnalyzers (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.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.CodeStyle.UnitTestUtilities (1)
src\Workspaces\CoreTestUtilities\OptionsCollection.cs (1)
79=> _options.GetEnumerator();
Microsoft.CodeAnalysis.PerformanceSensitiveAnalyzers (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.PublicApiAnalyzers (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.ResxSourceGenerator (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.CodeAnalysis.Workspaces.Test.Utilities (1)
OptionsCollection.cs (1)
79=> _options.GetEnumerator();
Microsoft.Extensions.AI.Abstractions (2)
AdditionalPropertiesDictionary{TValue}.cs (1)
131public Enumerator GetEnumerator() => new(_dictionary.GetEnumerator());
Functions\AIFunctionArguments.cs (1)
150public IEnumerator<KeyValuePair<string, object?>> GetEnumerator() => _arguments.GetEnumerator();
Microsoft.Extensions.AI.Evaluation.NLP (1)
Common\MatchCounter.cs (1)
77public IEnumerator<KeyValuePair<T, int>> GetEnumerator() => _counts.GetEnumerator();
Microsoft.Extensions.Configuration (2)
ConfigurationManager.cs (2)
326return _properties.GetEnumerator(); 350return _properties.GetEnumerator();
Microsoft.Maui.Controls (6)
BindableObject.cs (1)
180 internal LocalValueEnumerator(BindableObject bindableObject) => _propertiesEnumerator = bindableObject._properties.GetEnumerator();
DragAndDrop\DataPackagePropertySet.cs (2)
43 public IEnumerator<KeyValuePair<string, object>> GetEnumerator() => _propertyBag.GetEnumerator(); 50 return _propertyBag.GetEnumerator();
ResourceDictionary.cs (1)
281 return _innerDictionary.GetEnumerator();
Shell\ShellNavigationQueryParameters.cs (2)
84 public IEnumerator<KeyValuePair<string, object>> GetEnumerator() => _internal.GetEnumerator(); 108 _internal.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)
755return CMap.GetEnumerator();
System\Windows\Media\HostVisual.cs (1)
364IDictionaryEnumerator ide = _connectedChannels.GetEnumerator() as IDictionaryEnumerator;
System\Windows\Media\SolidColorBrush.cs (1)
298return fwdDictionary.GetEnumerator();
PresentationFramework (2)
MS\Internal\Annotations\ObservableDictionary.cs (1)
120return _nameValues.GetEnumerator();
System\Windows\Markup\Localizer\BamlLocalizationDictionary.cs (1)
149return _dictionary.GetEnumerator();
Roslyn.Diagnostics.Analyzers (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();
System.Collections.Immutable (1)
System\Collections\Frozen\Integer\DenseIntegralFrozenDictionary.cs (1)
50Dictionary<TKey, TValue>.Enumerator e = source.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 (3)
System\Formats\Nrbf\RecordMap.cs (2)
28public IEnumerator<KeyValuePair<SerializationRecordId, SerializationRecord>> GetEnumerator() => _map.GetEnumerator(); 30IEnumerator IEnumerable.GetEnumerator() => _map.GetEnumerator();
System\Formats\Nrbf\SystemClassWithMembersAndTypesRecord.cs (1)
51Collections.Generic.Dictionary<string, int>.Enumerator structEnumerator = classInfo.MemberNames.GetEnumerator();
System.IO.Packaging (1)
System\IO\Packaging\ContentType.cs (1)
144(_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.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)
126Dictionary<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)
506return h.GetEnumerator();
System.Security.Cryptography.Cose (2)
System\Security\Cryptography\Cose\CoseHeaderMap.cs (2)
207=> _headerParameters.GetEnumerator(); 211=> _headerParameters.GetEnumerator();
System.Text.Json (1)
System\Text\Json\Serialization\Converters\Collection\DictionaryOfTKeyTValueConverter.cs (1)
46enumerator = value.GetEnumerator();
System.Windows.Forms.Design (3)
System\ComponentModel\Design\Serialization\ResourceCodeDomSerializer.SerializationResourceManager.cs (3)
279return _mergedMetadata.GetEnumerator(); 300return _mergedMetadata?.GetEnumerator(); 310return ht?.GetEnumerator();
Test.Utilities (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();
Text.Analyzers (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();