2 writes to Value
dotnet-svcutil-lib (2)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriterSession.cs (2)
171
_list[minIndex].
Value
= value;
181
_list[_listCount].
Value
= value;
3 references to Value
dotnet-svcutil-lib (3)
FrameworkFork\System.Runtime.Serialization\System\Xml\XmlBinaryWriterSession.cs (3)
132
value = _list[i].
Value
;
142
value = _list[i].
Value
;
191
_dictionary.Add(_list[i].Key, _list[i].
Value
);