1 write to entries
System.Xml (1)
System\Xml\Schema\XmlSchemaObjectTable.cs (1)
202this.entries = entries;
4 references to entries
System.Xml (4)
System\Xml\Schema\XmlSchemaObjectTable.cs (4)
212return ((ICollection)entries).SyncRoot; 218return ((ICollection)entries).IsSynchronized; 232array.SetValue(entries[i].xso, arrayIndex++); 237return new XSOEnumerator(this.entries, this.size, EnumeratorType.Values);