10 references to GetValueType
Microsoft.TestPlatform.CommunicationUtilities (4)
Serialization\TestCaseConverter.cs (1)
91testProperty = TestProperty.Register(testProperty.Id, testProperty.Label, testProperty.GetValueType(), testProperty.Attributes, typeof(TestObject));
Serialization\TestCaseConverterV2.cs (1)
67testProperty = TestProperty.Register(testProperty.Id, testProperty.Label, testProperty.GetValueType(), testProperty.Attributes, typeof(TestObject));
Serialization\TestResultConverter.cs (1)
103testProperty = TestProperty.Register(testProperty.Id, testProperty.Label, testProperty.GetValueType(), testProperty.Attributes, typeof(TestObject));
Serialization\TestResultConverterV2.cs (1)
96testProperty = TestProperty.Register(testProperty.Id, testProperty.Label, testProperty.GetValueType(), testProperty.Attributes, typeof(TestObject));
Microsoft.VisualStudio.TestPlatform.Common (1)
src\vstest\src\Microsoft.TestPlatform.Filter.Source\Condition.cs (1)
271Type propertyType = testProperty.GetValueType();
Microsoft.VisualStudio.TestPlatform.ObjectModel (5)
TestObject.cs (4)
52property.Key.GetValueType(), 108var valueType = property.GetValueType(); 246var valueType = property.GetValueType(); 313var valueType = property.GetValueType();
TestProperty\TestProperty.cs (1)
384GetValueType(),