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