1 write to _enumerator
dotnet-svcutil-lib (1)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectCollection.cs (1)
185_enumerator = enumerator;
6 references to _enumerator
dotnet-svcutil-lib (6)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectCollection.cs (6)
194_enumerator.Reset(); 203return _enumerator.MoveNext(); 212get { return (XmlSchemaObject)_enumerator.Current; } 219_enumerator.Reset(); 226return _enumerator.MoveNext(); 233get { return _enumerator.Current; }