4 writes to strings
System.Runtime.Serialization (4)
System\Xml\XmlDictionary.cs (4)
35
this.
strings
= null;
42
this.
strings
= new XmlDictionaryString[capacity];
53
this.
strings
= new XmlDictionaryString[4];
60
Array.Resize(ref this.
strings
, newSize);
4 references to strings
System.Runtime.Serialization (4)
System\Xml\XmlDictionary.cs (4)
51
if (this.
strings
== null)
55
else if (this.nextId == this.
strings
.Length)
63
this.
strings
[this.nextId] = str;
82
result = this.
strings
[key];