3 references to GetEnumerator
dotnet-svcutil-lib (3)
FrameworkFork\Microsoft.Xml\Xml\schema\autovalidator.cs (1)
62XmlSchemaCollectionEnumerator enumerator = reader.Schemas.GetEnumerator();
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (2)
269for (XmlSchemaCollectionEnumerator e = this.GetEnumerator(); e.MoveNext();) 285for (XmlSchemaCollectionEnumerator e = this.GetEnumerator(); e.MoveNext();)