8 references to TestAdapterEndsWithPattern
Microsoft.TestPlatform.CrossPlatEngine (2)
Client\ProxyDiscoveryManager.cs (1)
357
var extensions = TestPluginCache.Instance.GetExtensionPaths(TestPlatformConstants.
TestAdapterEndsWithPattern
, skipDefaultAdapters);
Client\ProxyExecutionManager.cs (1)
495
var extensions = TestPluginCache.Instance.GetExtensionPaths(TestPlatformConstants.
TestAdapterEndsWithPattern
, _skipDefaultAdapters);
Microsoft.VisualStudio.TestPlatform.Client (2)
TestPlatform.cs (2)
372
TestPlatformConstants.
TestAdapterEndsWithPattern
,
398
TestPlatformConstants.
TestAdapterEndsWithPattern
,
Microsoft.VisualStudio.TestPlatform.Common (4)
ExtensionFramework\TestDiscoveryExtensionManager.cs (1)
62
TestPlatformConstants.
TestAdapterEndsWithPattern
,
ExtensionFramework\TestExecutorExtensionManager.cs (2)
111
TestPlatformConstants.
TestAdapterEndsWithPattern
,
117
TestPlatformConstants.
TestAdapterEndsWithPattern
,
SettingsProvider\SettingsProviderExtensionManager.cs (1)
110
TestPlatformConstants.
TestAdapterEndsWithPattern
,