3 references to MoveNext
System.Xml (3)
System\Xml\Schema\AutoValidator.cs (1)
54
while (enumerator.
MoveNext
()) {
System\Xml\Schema\XmlSchemaCollection.cs (2)
242
for (XmlSchemaCollectionEnumerator e = this.GetEnumerator(); e.
MoveNext
();) {
259
for (XmlSchemaCollectionEnumerator e = this.GetEnumerator(); e.
MoveNext
();) {