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