3 writes to _nextId
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (3)
38_nextId = 0; 45_nextId = 0; 67_nextId++;
5 references to _nextId
dotnet-svcutil-lib (5)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (5)
57else if (_nextId == _strings.Length) 59int newSize = _nextId * 2; 64str = new XmlDictionaryString(this, value, _nextId); 65_strings[_nextId] = str; 79if (key < 0 || key >= _nextId)