1 instantiation of StoreXmlField
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (1)
ObjectModel\WorkItems.cs (1)
19
[
StoreXmlField
(Location = ".")]
5 references to StoreXmlField
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (5)
XML\Attributes.cs (3)
106
/// Initializes a new instance of the <see cref="
StoreXmlFieldAttribute
"/> class.
113
/// Initializes a new instance of the <see cref="
StoreXmlFieldAttribute
"/> class.
127
/// Initializes a new instance of the <see cref="
StoreXmlFieldAttribute
"/> class.
XML\XmlPersistence.cs (2)
857
internal readonly
StoreXmlFieldAttribute
? FieldAttribute;
866
FieldAttribute = Attribute as
StoreXmlFieldAttribute
;