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