3 references to MoveNext
System.Private.Xml (3)
System\Xml\Schema\AutoValidator.cs (1)
56
while (enumerator.
MoveNext
())
System\Xml\Schema\XmlSchemaCollection.cs (2)
232
for (XmlSchemaCollectionEnumerator e = this.GetEnumerator(); e.
MoveNext
();)
244
for (XmlSchemaCollectionEnumerator e = this.GetEnumerator(); e.
MoveNext
();)