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)
130
if (_list[i].
Key
== key)
140
if (_list[i].
Key
.Equals(key))
191
_dictionary.Add(_list[i].
Key
, _list[i].Value);