2 types derived from StoreXmlAttribute
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
XML\Attributes.cs (2)
42internal sealed class StoreXmlSimpleFieldAttribute : StoreXmlAttribute 93internal sealed class StoreXmlFieldAttribute : StoreXmlAttribute
6 references to StoreXmlAttribute
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (6)
XML\Attributes.cs (2)
20/// Initializes a new instance of the <see cref="StoreXmlAttribute"/> class. 27/// Initializes a new instance of the <see cref="StoreXmlAttribute"/> class.
XML\XmlPersistence.cs (4)
578StoreXmlAttribute? locationAttribute = GetAttribute<StoreXmlAttribute>(fieldInfo); 853internal readonly StoreXmlAttribute? Attribute; 864Attribute = GetAttribute<StoreXmlAttribute>(fieldInfo);