8 references to WritePropertyValue
Microsoft.TestPlatform.CommunicationUtilities (8)
Serialization\ObjectConverter.cs (2)
68TestObjectBaseConverter.WritePropertyValue(writer, value, options); 133TestObjectBaseConverter.WritePropertyValue(writer, kvp.Value, options);
Serialization\TestCaseConverterV2.cs (1)
104TestObjectBaseConverter.WritePropertyValue(writer, property.Value, options);
Serialization\TestObjectBaseConverter.cs (3)
117WritePropertyValue(writer, property.Value, options); 181else WritePropertyValue(writer, entry.Value, options); 190else WritePropertyValue(writer, item, options);
Serialization\TestObjectConverter.cs (1)
88TestObjectBaseConverter.WritePropertyValue(writer, kvp.Value, options);
Serialization\TestResultConverterV2.cs (1)
149TestObjectBaseConverter.WritePropertyValue(writer, property.Value, options);