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)
48else if (_nextId == _strings.Length) 50int newSize = _nextId * 2; 55str = new XmlDictionaryString(this, value, _nextId); 56_strings[_nextId] = str; 70if (key < 0 || key >= _nextId)