Implemented interface member:
method
MoveNext
System.Collections.IEnumerator.MoveNext()
6 references to MoveNext
System.Core (2)
System\Linq\Enumerable.cs (2)
230while (enumerator.MoveNext()) { 483while (enumerator.MoveNext()) {
System.Data (1)
fx\src\data\System\Data\Odbc\OdbcDataReader.cs (1)
1898while(tablesEnum.MoveNext()) {
System.Data.Entity (2)
System\Data\EntityModel\SchemaObjectModel\RelationshipEndCollection.cs (1)
318return _Enumerator.MoveNext();
System\Data\EntityModel\SchemaObjectModel\SchemaElementLookUpTableEnumerator.cs (1)
83while ( _enumerator.MoveNext() )
System.IO.Log (1)
System\IO\Log\LogExtentCollection.cs (1)
233return this.innerEnum.MoveNext();