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(); 475return _enumerator.MoveNext(); 484return _enumerator.MoveNext(); 502XmlSchemaCollectionNode n = (XmlSchemaCollectionNode)_enumerator.Value; 514XmlSchemaCollectionNode n = (XmlSchemaCollectionNode)_enumerator.Value;