2 types derived from StoreXmlAttribute
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
XML\Attributes.cs (2)
42
internal sealed class StoreXmlSimpleFieldAttribute :
StoreXmlAttribute
93
internal 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)
578
StoreXmlAttribute
? locationAttribute = GetAttribute<
StoreXmlAttribute
>(fieldInfo);
853
internal readonly
StoreXmlAttribute
? Attribute;
864
Attribute = GetAttribute<
StoreXmlAttribute
>(fieldInfo);