2 writes to lookup
System.Runtime.Serialization (2)
System\Xml\XmlDictionary.cs (2)
34
this.
lookup
= new Dictionary<string, XmlDictionaryString>();
41
this.
lookup
= new Dictionary<string, XmlDictionaryString>(capacity);
3 references to lookup
System.Runtime.Serialization (3)
System\Xml\XmlDictionary.cs (3)
49
if (!this.
lookup
.TryGetValue(value, out str))
64
this.
lookup
.Add(value, str);
72
return this.
lookup
.TryGetValue(value, out result);