2 writes to Key
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriterSession.cs (2)
170_list[minIndex].Key = key; 180_list[_listCount].Key = key;
3 references to Key
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriterSession.cs (3)
130if (_list[i].Key == key) 140if (_list[i].Key.Equals(key)) 191_dictionary.Add(_list[i].Key, _list[i].Value);