2 writes to _lookup
System.Private.DataContractSerialization (2)
System\Xml\XmlDictionary.cs (2)
27_lookup = new Dictionary<string, XmlDictionaryString>(); 34_lookup = new Dictionary<string, XmlDictionaryString>(capacity);
3 references to _lookup
System.Private.DataContractSerialization (3)
System\Xml\XmlDictionary.cs (3)
42if (!_lookup.TryGetValue(value, out str)) 57_lookup.Add(value, str); 65return _lookup.TryGetValue(value, out result);