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