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