4 writes to Source
vstest.console (2)
TestPlatformHelpers\TestRequestManager.cs (2)
232Source = source, 350Source = source,
vstest.console.arm64 (2)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
232Source = source, 350Source = source,
11 references to Source
Microsoft.TestPlatform.CrossPlatEngine (7)
Client\Parallel\ParallelProxyDiscoveryManager.cs (1)
68.SelectMany(provider => provider.SourceDetails.Select(s => new KeyValuePair<string, TestRuntimeProviderInfo>(s.Source!, provider)))
Client\Parallel\ParallelProxyExecutionManager.cs (1)
87.SelectMany(provider => provider.SourceDetails.Select(s => new KeyValuePair<string, TestRuntimeProviderInfo>(s.Source!, provider)))
TestEngine.cs (5)
233var sources = runtimeProviderInfo.SourceDetails.Select(r => r.Source!).ToList(); 291var uniqueRunConfigurations = sourceToSourceDetailMap.Values.GroupBy(k => $"{k.Framework}|{k.Architecture}|{_testHostProviderManager.GetSourceAwareRuntimeProviderType(runSettings, k.Source!)?.AssemblyQualifiedName ?? string.Empty}"); 297var sources = runConfiguration.Select(c => c.Source!).ToList(); 525var text = $"{nameof(TestEngine)}.{nameof(WarnAboutNotFoundRuntimeProvidersOrThrowWhenNoneAreFound)}: No suitable testHostProvider found for sources {string.Join(", ", missingRuntimeProvider.SourceDetails.Select(s => s.Source))} and runsettings: {missingRuntimeProvider.RunSettings}"; 544$"{detail.Source} ({detail.Framework}, {detail.Architecture})");
vstest.console (2)
TestPlatformHelpers\TestRequestManager.cs (2)
235}).ToDictionary(k => k.Source!); 353}).ToDictionary(k => k.Source!);
vstest.console.arm64 (2)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
235}).ToDictionary(k => k.Source!); 353}).ToDictionary(k => k.Source!);