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