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)
41
if (!
_lookup
.TryGetValue(value, out str))
56
_lookup
.Add(value, str);
64
return
_lookup
.TryGetValue(value, out result);