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