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