4 instantiations of Enumerator
mscorlib (4)
system\collections\generic\dictionary.cs (4)
269return new Enumerator(this, Enumerator.KeyValuePair); 273return new Enumerator(this, Enumerator.KeyValuePair); 584return new Enumerator(this, Enumerator.KeyValuePair); 686return new Enumerator(this, Enumerator.DictEntry);
12 references to Enumerator
mscorlib (5)
system\collections\generic\dictionary.cs (5)
268public Enumerator GetEnumerator() { 269return new Enumerator(this, Enumerator.KeyValuePair); 273return new Enumerator(this, Enumerator.KeyValuePair); 584return new Enumerator(this, Enumerator.KeyValuePair); 686return new Enumerator(this, Enumerator.DictEntry);
PresentationCore (1)
Core\CSharp\System\Windows\Media\SolidColorBrush.cs (1)
330public Dictionary<TKey, TValue>.Enumerator GetEnumerator()
System.Data.Entity (1)
System\Data\Common\EntitySql\StaticContext.cs (1)
75public Dictionary<string, ScopeEntry>.Enumerator GetEnumerator()
System.ServiceModel (1)
System\ServiceModel\Channels\DeliveryStrategy.cs (1)
151static void DisposeItems(Dictionary<Int64, ItemType>.Enumerator items)
System.Web (2)
Compilation\BuildManagerHost.cs (1)
312Dictionary<String, String>.Enumerator e = BuildManager.GenerateFileTable.GetEnumerator();
Routing\RouteValueDictionary.cs (1)
85public Dictionary<string, object>.Enumerator GetEnumerator() {
WindowsBase (2)
Base\MS\Internal\ContentType.cs (2)
170internal Dictionary<string, string>.Enumerator ParameterValuePairs 252Dictionary<string, string>.Enumerator contentTypeEnumerator;