14 references to _entries
System.Private.Xml (14)
System\Xml\Schema\XmlSchemaObjectTable.cs (14)
23_entries.Add(new XmlSchemaObjectEntry(name, value)); 36Debug.Assert(_entries[matchedIndex].qname == name); 37_entries[matchedIndex] = new XmlSchemaObjectEntry(name, value); 53Debug.Assert(_entries[matchedIndex].qname == name); 54_entries[matchedIndex] = new XmlSchemaObjectEntry(name, value); 61_entries.Clear(); 72Debug.Assert(_entries[matchedIndex].qname == name); 73_entries.RemoveAt(matchedIndex); 80for (index = 0; index < _entries.Count; index++) 82if ((object)_entries[index].xso == (object)xso) 94Debug.Assert(_table.Count == _entries.Count); 121return new NamesCollection(_entries, _table.Count); 129return new ValuesCollection(_entries, _table.Count); 135return new XSODictionaryEnumerator(_entries, _table.Count, EnumeratorType.DictionaryEntry);