6 writes to Source
vstest.console (3)
TestPlatformHelpers\TestRequestManager.cs (3)
210Source = source, 328Source = source, 495Source = source,
vstest.console.arm64 (3)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (3)
210Source = source, 328Source = source, 495Source = source,
14 references to Source
Microsoft.TestPlatform.CrossPlatEngine (8)
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)
269var sources = runtimeProviderInfo.SourceDetails.Select(r => r.Source!).ToList(); 381var sources = testRuntimeProviderInfo.SourceDetails.Select(x => x.Source!).ToList(); 458var sources = runConfiguration.Select(c => c.Source!).ToList(); 676var text = $"{nameof(TestEngine)}.{nameof(WarnAboutNotFoundRuntimeProvidersOrThrowWhenNoneAreFound)}: No suitable testHostProvider found for sources {string.Join(", ", missingRuntimeProvider.SourceDetails.Select(s => s.Source))} and runsettings: {missingRuntimeProvider.RunSettings}"; 695$"{detail.Source} ({detail.Framework}, {detail.Architecture})");
TestSession\ProxyTestSessionManager.cs (1)
97.SelectMany(runtimeProviderInfo => runtimeProviderInfo.SourceDetails.Select(detail => new KeyValuePair<string, TestRuntimeProviderInfo>(detail.Source!, runtimeProviderInfo)))
vstest.console (3)
TestPlatformHelpers\TestRequestManager.cs (3)
213}).ToDictionary(k => k.Source!); 331}).ToDictionary(k => k.Source!); 498}).ToDictionary(k => k.Source!);
vstest.console.arm64 (3)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (3)
213}).ToDictionary(k => k.Source!); 331}).ToDictionary(k => k.Source!); 498}).ToDictionary(k => k.Source!);