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