3 writes to nextId
System.Runtime.Serialization (3)
System\Xml\XmlDictionary.cs (3)
36
this.
nextId
= 0;
43
this.
nextId
= 0;
65
this.
nextId
++;
5 references to nextId
System.Runtime.Serialization (5)
System\Xml\XmlDictionary.cs (5)
55
else if (this.
nextId
== this.strings.Length)
57
int newSize = this.
nextId
* 2;
62
str = new XmlDictionaryString(this, value, this.
nextId
);
63
this.strings[this.
nextId
] = str;
77
if (key < 0 || key >= this.
nextId
)