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)
57
else if (
_nextId
== _strings.Length)
59
int newSize =
_nextId
* 2;
64
str = new XmlDictionaryString(this, value,
_nextId
);
65
_strings[
_nextId
] = str;
79
if (key < 0 || key >=
_nextId
)