1 write to RunSettings
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\TestRuntimeProviderInfo.cs (1)
22RunSettings = runSettings;
12 references to RunSettings
Microsoft.TestPlatform.CrossPlatEngine (12)
Client\Parallel\ParallelProxyDiscoveryManager.cs (1)
235var updatedCriteria = NewDiscoveryCriteriaFromSourceAndSettings(sourcesToDiscover, discoveryCriteria, testhostProviderInfo.RunSettings);
Client\Parallel\ParallelProxyExecutionManager.cs (2)
286var runsettings = testhostProviderInfo.RunSettings; 319var runsettings = testhostProviderInfo.RunSettings;
TestEngine.cs (9)
124var hostManager = _testHostProviderManager.GetTestHostManagerByRunConfiguration(runtimeProviderInfo.RunSettings, sources); 136hostManager?.Initialize(TestSessionMessageLogger.Instance, runtimeProviderInfo.RunSettings!); 138ThrowExceptionIfTestHostManagerIsNull(hostManager, runtimeProviderInfo.RunSettings); 234var hostManager = _testHostProviderManager.GetTestHostManagerByRunConfiguration(runtimeProviderInfo.RunSettings, sources); 243? new ProxyDataCollectionManager(requestData, runtimeProviderInfo.RunSettings, sources) 249ThrowExceptionIfTestHostManagerIsNull(hostManager, runtimeProviderInfo.RunSettings); 250hostManager!.Initialize(TestSessionMessageLogger.Instance, runtimeProviderInfo.RunSettings!); 268runtimeProviderInfo.RunSettings, 525var text = $"{nameof(TestEngine)}.{nameof(WarnAboutNotFoundRuntimeProvidersOrThrowWhenNoneAreFound)}: No suitable testHostProvider found for sources {string.Join(", ", missingRuntimeProvider.SourceDetails.Select(s => s.Source))} and runsettings: {missingRuntimeProvider.RunSettings}";