2 writes to _lookup
System.Private.DataContractSerialization (2)
System\Xml\XmlDictionary.cs (2)
26_lookup = new Dictionary<string, XmlDictionaryString>(); 33_lookup = new Dictionary<string, XmlDictionaryString>(capacity);
3 references to _lookup
System.Private.DataContractSerialization (3)
System\Xml\XmlDictionary.cs (3)
41if (!_lookup.TryGetValue(value, out str)) 56_lookup.Add(value, str); 64return _lookup.TryGetValue(value, out result);