14 references to entries
System.Xml (14)
System\Xml\Schema\XmlSchemaObjectTable.cs (14)
25entries.Add(new XmlSchemaObjectEntry(name, value)); 36Debug.Assert(entries[matchedIndex].qname == name); 37entries[matchedIndex] = new XmlSchemaObjectEntry(name, value); 51Debug.Assert(entries[matchedIndex].qname == name); 52entries[matchedIndex] = new XmlSchemaObjectEntry(name, value); 58entries.Clear(); 67Debug.Assert(entries[matchedIndex].qname == name); 68entries.RemoveAt(matchedIndex); 74for(index = 0; index < entries.Count; index++) { 75if((object)entries[index].xso == (object)xso) { 84Debug.Assert(table.Count == entries.Count); 108return new NamesCollection(entries, table.Count); 115return new ValuesCollection(entries, table.Count); 121return new XSODictionaryEnumerator(this.entries, table.Count, EnumeratorType.DictionaryEntry);