3 writes to _nextId
System.Private.DataContractSerialization (3)
System\Xml\XmlDictionary.cs (3)
29
_nextId
= 0;
36
_nextId
= 0;
58
_nextId
++;
5 references to _nextId
System.Private.DataContractSerialization (5)
System\Xml\XmlDictionary.cs (5)
48
else if (
_nextId
== _strings.Length)
50
int newSize =
_nextId
* 2;
55
str = new XmlDictionaryString(this, value,
_nextId
);
56
_strings[
_nextId
] = str;
70
if (key < 0 || key >=
_nextId
)