3 implementations of IXmlTestStoreCustom
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
ObjectModel\OrderedTestElement.cs (1)
14internal class OrderedTestElement : TestElementAggregation, IXmlTestStoreCustom
ObjectModel\TestRunConfiguration.cs (1)
17internal class TestRunConfiguration : IXmlTestStore, IXmlTestStoreCustom
ObjectModel\UnitTestElement.cs (1)
16internal class UnitTestElement : TestElement, IXmlTestStoreCustom
6 references to IXmlTestStoreCustom
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (6)
ObjectModel\OrderedTestElement.cs (2)
18string IXmlTestStoreCustom.ElementName 23string? IXmlTestStoreCustom.NamespaceUri
ObjectModel\UnitTestElement.cs (2)
33string IXmlTestStoreCustom.ElementName 38string? IXmlTestStoreCustom.NamespaceUri
XML\XmlPersistence.cs (2)
237if (objectToSave is IXmlTestStoreCustom customStore) 766if (persistee is IXmlTestStoreCustom custom)