2 implementations of CanExecuteCurrentRunConfiguration
Microsoft.TestPlatform.TestHostRuntimeProvider (2)
Hosting\DefaultTestHostManager.cs (1)
360public bool CanExecuteCurrentRunConfiguration(string? runsettingsXml)
Hosting\DotnetTestHostManager.cs (1)
763public bool CanExecuteCurrentRunConfiguration(string? runsettingsXml)
1 reference to CanExecuteCurrentRunConfiguration
Microsoft.VisualStudio.TestPlatform.Common (1)
Hosting\TestRunTimeProviderManager.cs (1)
50if (testExtension.Value.CanExecuteCurrentRunConfiguration(runConfiguration))