4 writes to Source
vstest.console (2)
TestPlatformHelpers\TestRequestManager.cs (2)
232
Source
= source,
350
Source
= source,
vstest.console.arm64 (2)
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (2)
232
Source
= source,
350
Source
= 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)
233
var sources = runtimeProviderInfo.SourceDetails.Select(r => r.
Source
!).ToList();
291
var uniqueRunConfigurations = sourceToSourceDetailMap.Values.GroupBy(k => $"{k.Framework}|{k.Architecture}|{_testHostProviderManager.GetSourceAwareRuntimeProviderType(runSettings, k.
Source
!)?.AssemblyQualifiedName ?? string.Empty}");
297
var sources = runConfiguration.Select(c => c.
Source
!).ToList();
525
var 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
!);