5 writes to ValueType
Microsoft.TestPlatform.CommunicationUtilities (2)
_generated\63\TestPlatformJsonContext.TestProperty.g.cs (1)
189Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)obj).ValueType = value!,
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;
7 references to ValueType
Microsoft.TestPlatform.CommunicationUtilities (3)
_generated\63\TestPlatformJsonContext.TestProperty.g.cs (2)
188Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)obj).ValueType, 226writer.WriteString(PropName_ValueType, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)value).ValueType);
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);