2 writes to _valueType
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
TestProperty\TestProperty.cs (2)
81
_valueType
= valueType;
162
_valueType
??= GetType(ValueType);
2 references to _valueType
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
TestProperty\TestProperty.cs (2)
164
return
_valueType
;
325
|| propertyTypePair.Key.
_valueType
== valueType)