10 references to GetValueType
Microsoft.TestPlatform.CommunicationUtilities (4)
Serialization\TestCaseConverter.cs (1)
91
testProperty = TestProperty.Register(testProperty.Id, testProperty.Label, testProperty.
GetValueType
(), testProperty.Attributes, typeof(TestObject));
Serialization\TestCaseConverterV2.cs (1)
67
testProperty = TestProperty.Register(testProperty.Id, testProperty.Label, testProperty.
GetValueType
(), testProperty.Attributes, typeof(TestObject));
Serialization\TestResultConverter.cs (1)
103
testProperty = TestProperty.Register(testProperty.Id, testProperty.Label, testProperty.
GetValueType
(), testProperty.Attributes, typeof(TestObject));
Serialization\TestResultConverterV2.cs (1)
96
testProperty = 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)
271
Type propertyType = testProperty.
GetValueType
();
Microsoft.VisualStudio.TestPlatform.ObjectModel (5)
TestObject.cs (4)
52
property.Key.
GetValueType
(),
108
var valueType = property.
GetValueType
();
246
var valueType = property.
GetValueType
();
313
var valueType = property.
GetValueType
();
TestProperty\TestProperty.cs (1)
384
GetValueType
(),