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