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)
146runtimeProviderInfo.SourceDetails[0].Framework, 233var sources = runtimeProviderInfo.SourceDetails.Select(r => r.Source!).ToList(); 265runtimeProviderInfo.SourceDetails[0].Framework!, 275runtimeProviderInfo.SourceDetails[0].Framework!); 525var text = $"{nameof(TestEngine)}.{nameof(WarnAboutNotFoundRuntimeProvidersOrThrowWhenNoneAreFound)}: No suitable testHostProvider found for sources {string.Join(", ", missingRuntimeProvider.SourceDetails.Select(s => s.Source))} and runsettings: {missingRuntimeProvider.RunSettings}"; 534missingRuntimeProvider.SourceDetails.ForEach(detail =>