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)
42
if (!
_lookup
.TryGetValue(value, out str))
57
_lookup
.Add(value, str);
65
return
_lookup
.TryGetValue(value, out result);