3 writes to _nextId
System.Private.DataContractSerialization (3)
System\Xml\XmlDictionary.cs (3)
28
_nextId
= 0;
35
_nextId
= 0;
57
_nextId
++;
5 references to _nextId
System.Private.DataContractSerialization (5)
System\Xml\XmlDictionary.cs (5)
47
else if (
_nextId
== _strings.Length)
49
int newSize =
_nextId
* 2;
54
str = new XmlDictionaryString(this, value,
_nextId
);
55
_strings[
_nextId
] = str;
69
if (key < 0 || key >=
_nextId
)