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