20 references to TestPlatformConstants
Microsoft.TestPlatform.CommunicationUtilities (1)
DataCollectionRequestHandler.cs (1)
287
TestPlatformConstants
.DataCollectorEndsWithPattern));
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 (10)
TestPlatform.cs (10)
224
TestPlatformConstants
.TestLoggerEndsWithPattern));
289
.EnumerateFiles(extensionsFolder, SearchOption.TopDirectoryOnly,
TestPlatformConstants
.RunTimeEndsWithPattern)
345
TestPlatformConstants
.TestAdapterEndsWithPattern,
346
TestPlatformConstants
.TestLoggerEndsWithPattern,
347
TestPlatformConstants
.DataCollectorEndsWithPattern,
348
TestPlatformConstants
.RunTimeEndsWithPattern);
371
TestPlatformConstants
.TestAdapterEndsWithPattern,
372
TestPlatformConstants
.TestLoggerEndsWithPattern,
373
TestPlatformConstants
.DataCollectorEndsWithPattern,
374
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)
129
TestPlatformConstants
.TestAdapterEndsWithPattern,
135
TestPlatformConstants
.TestAdapterEndsWithPattern,
ExtensionFramework\TestLoggerExtensionManager.cs (1)
55
TestPlatformConstants
.TestLoggerEndsWithPattern,
Hosting\TestRunTimeExtensionManager.cs (1)
56
TestPlatformConstants
.RunTimeEndsWithPattern,
SettingsProvider\SettingsProviderExtensionManager.cs (1)
110
TestPlatformConstants
.TestAdapterEndsWithPattern,