2 writes to Category
Microsoft.TestPlatform.CommunicationUtilities (1)
_generated\63\TestPlatformJsonContext.TestProperty.g.cs (1)
105
Setter = static (obj, value) => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)obj).
Category
= value!,
Microsoft.VisualStudio.TestPlatform.ObjectModel (1)
TestProperty\TestProperty.cs (1)
77
Category
= category;
5 references to Category
Microsoft.TestPlatform.CommunicationUtilities (3)
_generated\63\TestPlatformJsonContext.TestProperty.g.cs (2)
104
Getter = static obj => ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)obj).
Category
,
220
writer.WriteString(PropName_Category, ((global::Microsoft.VisualStudio.TestPlatform.ObjectModel.TestProperty)value).
Category
);
Serialization\TestPropertyConverter.cs (1)
76
writer.WriteString("Category", value.
Category
);
Microsoft.VisualStudio.TestPlatform.ObjectModel (2)
TestObject.cs (1)
50
property.Key.
Category
,
TestProperty\TestProperty.cs (1)
382
Category
,