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)
132value = _list[i].Value; 142value = _list[i].Value; 191_dictionary.Add(_list[i].Key, _list[i].Value);