4 writes to _strings
System.Private.DataContractSerialization (4)
System\Xml\XmlDictionary.cs (4)
27
_strings
= null;
34
_strings
= new XmlDictionaryString[capacity];
45
_strings
= new XmlDictionaryString[4];
52
Array.Resize(ref
_strings
, newSize);
4 references to _strings
System.Private.DataContractSerialization (4)
System\Xml\XmlDictionary.cs (4)
43
if (
_strings
== null)
47
else if (_nextId ==
_strings
.Length)
55
_strings
[_nextId] = str;
74
result =
_strings
![key];