1 implementation of CanExecuteCurrentRunConfiguration
Microsoft.TestPlatform.TestHostRuntimeProvider (1)
Hosting\MtpTestRuntimeProvider.cs (1)
80
bool ISourceAwareTestRuntimeProvider.
CanExecuteCurrentRunConfiguration
(string? runsettingsXml, IEnumerable<string> sources)
2 references to CanExecuteCurrentRunConfiguration
Microsoft.VisualStudio.TestPlatform.Common (2)
Hosting\TestRunTimeProviderManager.cs (2)
56
&& sourceAware.
CanExecuteCurrentRunConfiguration
(runConfiguration, sources))
77
&& sourceAware.
CanExecuteCurrentRunConfiguration
(runConfiguration, sources))