1 write to _entries
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaObjectTable.cs (1)
164_entries = entries;
4 references to _entries
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaObjectTable.cs (4)
177return ((ICollection)_entries).SyncRoot; 185return ((ICollection)_entries).IsSynchronized; 199array.SetValue(_entries[i].qname, arrayIndex++); 205return new XSOEnumerator(_entries, _size, EnumeratorType.Keys);