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