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