3 implementations of NamespaceUri
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (3)
ObjectModel\OrderedTestElement.cs (1)
23string? IXmlTestStoreCustom.NamespaceUri
ObjectModel\TestRunConfiguration.cs (1)
64public string NamespaceUri
ObjectModel\UnitTestElement.cs (1)
38string? IXmlTestStoreCustom.NamespaceUri
2 references to NamespaceUri
Microsoft.VisualStudio.TestPlatform.Extensions.Trx.TestLogger (2)
XML\XmlPersistence.cs (2)
239nameSpaceUri = customStore.NamespaceUri; 769toReturn.NamespaceUri = custom.NamespaceUri;