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