3 instantiations of Enumerator
mscorlib (3)
system\collections\generic\list.cs (3)
570return new Enumerator(this); 575return new Enumerator(this); 579return new Enumerator(this);
9 references to Enumerator
mscorlib (1)
system\collections\generic\list.cs (1)
569public Enumerator GetEnumerator() {
System.Core (2)
System\Linq\Enumerable.cs (2)
212List<TSource>.Enumerator enumerator; 464List<TSource>.Enumerator enumerator;
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
1896List<string>.Enumerator tablesEnum = qrytables.GetEnumerator();
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\RelationshipEndCollection.cs (1)
265private List<string>.Enumerator _Enumerator;
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTableEnumerator.cs (1)
27private List<string>.Enumerator _enumerator;
System.IO.Log (1)
System\IO\Log\LogExtentCollection.cs (1)
151List<LogExtent>.Enumerator innerEnum;
WindowsBase (2)
Base\MS\Internal\IO\Packaging\InternalRelationshipCollection.cs (1)
70public List<PackageRelationship>.Enumerator GetEnumerator()
Base\System\IO\Packaging\PackageRelationshipCollection.cs (1)
60List<PackageRelationship>.Enumerator relationshipsEnumerator = _relationships.GetEnumerator();