8 references to TestAdapterEndsWithPattern
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\ProxyDiscoveryManager.cs (1)
308
var extensions = TestPluginCache.Instance.GetExtensionPaths(TestPlatformConstants.
TestAdapterEndsWithPattern
, skipDefaultAdapters);
Client\ProxyExecutionManager.cs (1)
433
var extensions = TestPluginCache.Instance.GetExtensionPaths(TestPlatformConstants.
TestAdapterEndsWithPattern
, _skipDefaultAdapters);
Microsoft.VisualStudio.TestPlatform.Client (2)
TestPlatform.cs (2)
345
TestPlatformConstants.
TestAdapterEndsWithPattern
,
371
TestPlatformConstants.
TestAdapterEndsWithPattern
,
Microsoft.VisualStudio.TestPlatform.Common (4)
ExtensionFramework\TestDiscoveryExtensionManager.cs (1)
62
TestPlatformConstants.
TestAdapterEndsWithPattern
,
ExtensionFramework\TestExecutorExtensionManager.cs (2)
129
TestPlatformConstants.
TestAdapterEndsWithPattern
,
135
TestPlatformConstants.
TestAdapterEndsWithPattern
,
SettingsProvider\SettingsProviderExtensionManager.cs (1)
110
TestPlatformConstants.
TestAdapterEndsWithPattern
,