14 references to _entries
dotnet-svcutil-lib (14)
FrameworkFork\Microsoft.Xml\Xml\schema\XmlSchemaObjectTable.cs (14)
29_entries.Add(new XmlSchemaObjectEntry(name, value)); 42Debug.Assert(_entries[matchedIndex].qname == name); 43_entries[matchedIndex] = new XmlSchemaObjectEntry(name, value); 59Debug.Assert(_entries[matchedIndex].qname == name); 60_entries[matchedIndex] = new XmlSchemaObjectEntry(name, value); 67_entries.Clear(); 78Debug.Assert(_entries[matchedIndex].qname == name); 79_entries.RemoveAt(matchedIndex); 86for (index = 0; index < _entries.Count; index++) 88if ((object)_entries[index].xso == (object)xso) 100Debug.Assert(_table.Count == _entries.Count); 130return new NamesCollection(_entries, _table.Count); 139return new ValuesCollection(_entries, _table.Count); 146return new XSODictionaryEnumerator(_entries, _table.Count, EnumeratorType.DictionaryEntry);