2 writes to Label
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\63\TestPlatformJsonContext.TestProperty.g.cs (1)
83Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)obj).Label = value!,
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestProperty\TestProperty.cs (1)
76Label = label;
12 references to Label
Microsoft.TestPlatform.CommunicationUtilities (7)
_generated\63\TestPlatformJsonContext.TestProperty.g.cs (2)
82Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)obj).Label, 219writer.WriteString(PropName_Label, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)value).Label);
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;