2 writes to Attributes
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\63\TestPlatformJsonContext.TestProperty.g.cs (1)
169
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)obj).
Attributes
= value!,
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestProperty\TestProperty.cs (1)
80
Attributes
= attributes;
9 references to Attributes
Microsoft.TestPlatform.CommunicationUtilities (7)
_generated\63\TestPlatformJsonContext.TestProperty.g.cs (2)
168
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)obj).
Attributes
,
225
global::System.Text.Json.JsonSerializer.Serialize(writer, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)value).
Attributes
, TestPropertyAttributes);
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
,