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]; 52Array.Resize(ref _strings, newSize);
4 references to _strings
System.Private.DataContractSerialization (4)
System\Xml\XmlDictionary.cs (4)
43if (_strings == null) 47else if (_nextId == _strings.Length) 55_strings[_nextId] = str; 74result = _strings![key];