4 writes to _strings
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (4)
37
_strings
= null;
44
_strings
= new XmlDictionaryString[capacity];
55
_strings
= new XmlDictionaryString[4];
62
Array.Resize(ref
_strings
, newSize);
4 references to _strings
dotnet-svcutil-lib (4)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (4)
53
if (
_strings
== null)
57
else if (_nextId ==
_strings
.Length)
65
_strings
[_nextId] = str;
84
result =
_strings
[key];