1 write to SourceDetails
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\TestRuntimeProviderInfo.cs (1)
23
SourceDetails
= sourceDetails;
13 references to SourceDetails
Microsoft.TestPlatform.CrossPlatEngine (13)
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 (10)
162
runtimeProviderInfo.
SourceDetails
[0].Framework,
181
runtimeProviderInfo.
SourceDetails
[0].Framework,
269
var sources = runtimeProviderInfo.
SourceDetails
.Select(r => r.Source!).ToList();
311
runtimeProviderInfo.
SourceDetails
[0].Framework,
334
runtimeProviderInfo.
SourceDetails
[0].Framework!,
344
runtimeProviderInfo.
SourceDetails
[0].Framework!);
381
var sources = testRuntimeProviderInfo.
SourceDetails
.Select(x => x.Source!).ToList();
424
testRuntimeProviderInfo.
SourceDetails
[0].Framework!)
676
var text = $"{nameof(TestEngine)}.{nameof(WarnAboutNotFoundRuntimeProvidersOrThrowWhenNoneAreFound)}: No suitable testHostProvider found for sources {string.Join(", ", missingRuntimeProvider.
SourceDetails
.Select(s => s.Source))} and runsettings: {missingRuntimeProvider.RunSettings}";
685
missingRuntimeProvider.
SourceDetails
.ForEach(detail =>
TestSession\ProxyTestSessionManager.cs (1)
97
.SelectMany(runtimeProviderInfo => runtimeProviderInfo.
SourceDetails
.Select(detail => new KeyValuePair<string, TestRuntimeProviderInfo>(detail.Source!, runtimeProviderInfo)))