2 instantiations of XmlSchemaCollectionEnumerator
dotnet-svcutil-lib (2)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (2)
252return new XmlSchemaCollectionEnumerator(_collection); 258return new XmlSchemaCollectionEnumerator(_collection);
4 references to XmlSchemaCollectionEnumerator
dotnet-svcutil-lib (4)
FrameworkFork\Microsoft.Xml\Xml\schema\autovalidator.cs (1)
62XmlSchemaCollectionEnumerator enumerator = reader.Schemas.GetEnumerator();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (3)
256public XmlSchemaCollectionEnumerator GetEnumerator() 269for (XmlSchemaCollectionEnumerator e = this.GetEnumerator(); e.MoveNext();) 285for (XmlSchemaCollectionEnumerator e = this.GetEnumerator(); e.MoveNext();)