4 writes to ValueType
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestPropertyConverter.cs (1)
64testProperty.ValueType = valueType;
Microsoft.VisualStudio.TestPlatform.ObjectModel (3)
TestProperty\TestProperty.cs (3)
49ValueType = "System.Collections.Generic.KeyValuePair`2[[System.String],[System.String]][]"; 62ValueType = valueType.FullName!; 68ValueType = valueType.AssemblyQualifiedName;
5 references to ValueType
Microsoft.TestPlatform.CommunicationUtilities (1)
Serialization\TestPropertyConverter.cs (1)
79writer.WriteString("ValueType", value.ValueType);
Microsoft.VisualStudio.TestPlatform.ObjectModel (4)
TestProperty\TestProperty.cs (4)
162_valueType ??= GetType(ValueType); 323if (propertyTypePair.Key.ValueType == valueType.AssemblyQualifiedName 324|| propertyTypePair.Key.ValueType == valueType.FullName 339propertyTypePair.Key.ValueType);