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