4 writes to _strings
System.Private.DataContractSerialization (4)
System\Xml\XmlDictionary.cs (4)
28
_strings
= null;
35
_strings
= new XmlDictionaryString[capacity];
46
_strings
= new XmlDictionaryString[4];
53
Array.Resize(ref
_strings
, newSize);
4 references to _strings
System.Private.DataContractSerialization (4)
System\Xml\XmlDictionary.cs (4)
44
if (
_strings
== null)
48
else if (_nextId ==
_strings
.Length)
56
_strings
[_nextId] = str;
75
result =
_strings
![key];