1 write to _enumerator
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaCollection.cs (1)
406_enumerator = collection.GetEnumerator();
5 references to _enumerator
System.Private.Xml (5)
System\Xml\Schema\XmlSchemaCollection.cs (5)
411_enumerator.Reset(); 416return _enumerator.MoveNext(); 421return _enumerator.MoveNext(); 433XmlSchemaCollectionNode? n = (XmlSchemaCollectionNode?)_enumerator.Value; 445XmlSchemaCollectionNode? n = (XmlSchemaCollectionNode?)_enumerator.Value;