4 writes to DefaultValue
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (4)
ObjectModel\TestCategoryItems.cs (1)
19[StoreXmlSimpleField(Location = "@TestCategory", DefaultValue = "")]
ObjectModel\TestListCategory.cs (1)
21[StoreXmlSimpleField("@name", DefaultValue = "")]
ObjectModel\TestRunConfiguration.cs (1)
24[StoreXmlSimpleField("@name", DefaultValue = "")]
XML\Attributes.cs (1)
85DefaultValue = defaultValue;
1 reference to DefaultValue
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
XML\XmlPersistence.cs (1)
209SaveSimpleField(parentXml, info.Location!, fieldValue, info.SimpleFieldAttribute.DefaultValue);