1 write to _enumerator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (1)
461
_enumerator
= collection.GetEnumerator();
5 references to _enumerator
dotnet-svcutil-lib (5)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaCollection.cs (5)
468
_enumerator
.Reset();
475
return
_enumerator
.MoveNext();
484
return
_enumerator
.MoveNext();
502
XmlSchemaCollectionNode n = (XmlSchemaCollectionNode)
_enumerator
.Value;
514
XmlSchemaCollectionNode n = (XmlSchemaCollectionNode)
_enumerator
.Value;