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