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