4 references to ReadValue
Microsoft.TestPlatform.CommunicationUtilities (4)
Serialization\ObjectConverter.cs (4)
22
return
ReadValue
(ref reader, options);
45
list.Add(
ReadValue
(ref reader, options));
58
dict[key] =
ReadValue
(ref reader, options);
111
dict[key] = ObjectConverter.
ReadValue
(ref reader, options)!;