2 writes to _lookup
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (2)
36_lookup = new Dictionary<string, XmlDictionaryString>(); 43_lookup = new Dictionary<string, XmlDictionaryString>(capacity);
3 references to _lookup
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlDictionary.cs (3)
51if (!_lookup.TryGetValue(value, out str)) 66_lookup.Add(value, str); 74return _lookup.TryGetValue(value, out result);