1 write to _entries
System.Private.Xml (1)
System\Xml\Schema\XmlSchemaObjectTable.cs (1)
217_entries = entries;
4 references to _entries
System.Private.Xml (4)
System\Xml\Schema\XmlSchemaObjectTable.cs (4)
230return ((ICollection)_entries).SyncRoot; 238return ((ICollection)_entries).IsSynchronized; 252array.SetValue(_entries[i].xso, arrayIndex++); 258return new XSOEnumerator(_entries, _size, EnumeratorType.Values);