1 write to SourceDetails
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\TestRuntimeProviderInfo.cs (1)
23SourceDetails = sourceDetails;
8 references to SourceDetails
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 (6)
151runtimeProviderInfo.SourceDetails[0].Framework, 238var sources = runtimeProviderInfo.SourceDetails.Select(r => r.Source!).ToList(); 270runtimeProviderInfo.SourceDetails[0].Framework!, 280runtimeProviderInfo.SourceDetails[0].Framework!); 530var text = $"{nameof(TestEngine)}.{nameof(WarnAboutNotFoundRuntimeProvidersOrThrowWhenNoneAreFound)}: No suitable testHostProvider found for sources {string.Join(", ", missingRuntimeProvider.SourceDetails.Select(s => s.Source))} and runsettings: {missingRuntimeProvider.RunSettings}"; 539missingRuntimeProvider.SourceDetails.ForEach(detail =>