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)
51
if (!
_lookup
.TryGetValue(value, out str))
66
_lookup
.Add(value, str);
74
return
_lookup
.TryGetValue(value, out result);