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