1 implementation of GetSourceAwareRuntimeProviderType
Microsoft.VisualStudio.TestPlatform.Common (1)
Hosting\TestRunTimeProviderManager.cs (1)
46Type? ITestRuntimeProviderManager.GetSourceAwareRuntimeProviderType(string? runConfiguration, string source)
1 reference to GetSourceAwareRuntimeProviderType
Microsoft.TestPlatform.CrossPlatEngine (1)
TestEngine.cs (1)
291var uniqueRunConfigurations = sourceToSourceDetailMap.Values.GroupBy(k => $"{k.Framework}|{k.Architecture}|{_testHostProviderManager.GetSourceAwareRuntimeProviderType(runSettings, k.Source!)?.AssemblyQualifiedName ?? string.Empty}");