1 write to Label
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestProperty\TestProperty.cs (1)
76
Label
= label;
10 references to Label
Microsoft.TestPlatform.CommunicationUtilities (5)
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\TestPropertyConverter.cs (1)
75
writer.WriteString("Label", value.
Label
);
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.ObjectModel (3)
TestObject.cs (2)
49
property.Key.
Label
,
235
: throw new ArgumentException(property.
Label
);
TestProperty\TestProperty.cs (1)
381
Label
,
vstest.console (1)
Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
335
string testPropertyKey = testProperty.
Label
;
vstest.console.arm64 (1)
src\vstest\src\vstest.console\Processors\ListFullyQualifiedTestsArgumentProcessor.cs (1)
335
string testPropertyKey = testProperty.
Label
;