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