20 references to TestPlatformConstants
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionRequestHandler.cs (1)
282
TestPlatformConstants
.DataCollectorEndsWithPattern));
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 (10)
TestPlatform.cs (10)
257
TestPlatformConstants
.TestLoggerEndsWithPattern));
316
.EnumerateFiles(extensionsFolder, SearchOption.TopDirectoryOnly,
TestPlatformConstants
.RunTimeEndsWithPattern)
372
TestPlatformConstants
.TestAdapterEndsWithPattern,
373
TestPlatformConstants
.TestLoggerEndsWithPattern,
374
TestPlatformConstants
.DataCollectorEndsWithPattern,
375
TestPlatformConstants
.RunTimeEndsWithPattern);
398
TestPlatformConstants
.TestAdapterEndsWithPattern,
399
TestPlatformConstants
.TestLoggerEndsWithPattern,
400
TestPlatformConstants
.DataCollectorEndsWithPattern,
401
TestPlatformConstants
.RunTimeEndsWithPattern);
Microsoft.VisualStudio.TestPlatform.Common (7)
ExtensionFramework\DataCollectionExtensionManager.cs (1)
54
TestPlatformConstants
.DataCollectorEndsWithPattern,
ExtensionFramework\TestDiscoveryExtensionManager.cs (1)
62
TestPlatformConstants
.TestAdapterEndsWithPattern,
ExtensionFramework\TestExecutorExtensionManager.cs (2)
111
TestPlatformConstants
.TestAdapterEndsWithPattern,
117
TestPlatformConstants
.TestAdapterEndsWithPattern,
ExtensionFramework\TestLoggerExtensionManager.cs (1)
55
TestPlatformConstants
.TestLoggerEndsWithPattern,
Hosting\TestRunTimeExtensionManager.cs (1)
56
TestPlatformConstants
.RunTimeEndsWithPattern,
SettingsProvider\SettingsProviderExtensionManager.cs (1)
110
TestPlatformConstants
.TestAdapterEndsWithPattern,