1 write to enumerator
System.Xml (1)
System\Xml\Schema\XmlSchemaCollection.cs (1)
400enumerator = collection.GetEnumerator();
5 references to enumerator
System.Xml (5)
System\Xml\Schema\XmlSchemaCollection.cs (5)
406enumerator.Reset(); 412return enumerator.MoveNext(); 420return enumerator.MoveNext(); 435XmlSchemaCollectionNode n = (XmlSchemaCollectionNode)enumerator.Value; 445XmlSchemaCollectionNode n = (XmlSchemaCollectionNode)enumerator.Value;