1 write to Attributes
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestProperty\TestProperty.cs (1)
80
Attributes
= attributes;
7 references to Attributes
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)
78
writer.WriteNumber("Attributes", (int)value.
Attributes
);
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 (2)
TestObject.cs (1)
54
property.Key.
Attributes
,
TestProperty\TestProperty.cs (1)
386
Attributes
,