1 write to _dictionary
dotnet-svcutil-lib (1)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriterSession.cs (1)
188_dictionary = new Dictionary<K, V>();
7 references to _dictionary
dotnet-svcutil-lib (7)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriterSession.cs (7)
122if (_dictionary != null) 123_dictionary.Clear(); 148if (_dictionary == null) 154if (!_dictionary.TryGetValue(key, out value)) 186if (_dictionary == null) 191_dictionary.Add(_list[i].Key, _list[i].Value); 195_dictionary.Add(key, value);