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();
416
return
_enumerator
.MoveNext();
421
return
_enumerator
.MoveNext();
433
XmlSchemaCollectionNode? n = (XmlSchemaCollectionNode?)
_enumerator
.Value;
445
XmlSchemaCollectionNode? n = (XmlSchemaCollectionNode?)
_enumerator
.Value;