2 instantiations of XmlSchemaCollectionEnumerator
System.Xml (2)
System\Xml\Schema\XmlSchemaCollection.cs (2)
227return new XmlSchemaCollectionEnumerator(collection); 232return new XmlSchemaCollectionEnumerator(collection);
4 references to XmlSchemaCollectionEnumerator
System.Xml (4)
System\Xml\Schema\AutoValidator.cs (1)
53XmlSchemaCollectionEnumerator enumerator = reader.Schemas.GetEnumerator();
System\Xml\Schema\XmlSchemaCollection.cs (3)
231public XmlSchemaCollectionEnumerator GetEnumerator() { 242for (XmlSchemaCollectionEnumerator e = this.GetEnumerator(); e.MoveNext();) { 259for (XmlSchemaCollectionEnumerator e = this.GetEnumerator(); e.MoveNext();) {