1 write to RunSettings
Microsoft.TestPlatform.CrossPlatEngine (1)
Client\TestRuntimeProviderInfo.cs (1)
22RunSettings = runSettings;
17 references to RunSettings
Microsoft.TestPlatform.CrossPlatEngine (17)
Client\Parallel\ParallelProxyDiscoveryManager.cs (1)
235var updatedCriteria = NewDiscoveryCriteriaFromSourceAndSettings(sourcesToDiscover, discoveryCriteria, testhostProviderInfo.RunSettings);
Client\Parallel\ParallelProxyExecutionManager.cs (2)
299var runsettings = testhostProviderInfo.RunSettings; 332var runsettings = testhostProviderInfo.RunSettings;
TestEngine.cs (13)
124var hostManager = _testHostProviderManager.GetTestHostManagerByRunConfiguration(runtimeProviderInfo.RunSettings, sources); 125hostManager?.Initialize(TestSessionMessageLogger.Instance, runtimeProviderInfo.RunSettings!); 127ThrowExceptionIfTestHostManagerIsNull(hostManager, runtimeProviderInfo.RunSettings); 144runtimeProviderInfo.RunSettings, 270var hostManager = _testHostProviderManager.GetTestHostManagerByRunConfiguration(runtimeProviderInfo.RunSettings, sources); 271ThrowExceptionIfTestHostManagerIsNull(hostManager, runtimeProviderInfo.RunSettings); 272hostManager!.Initialize(TestSessionMessageLogger.Instance, runtimeProviderInfo.RunSettings!); 293runtimeProviderInfo.RunSettings, 337runtimeProviderInfo.RunSettings, 382var hostManager = _testHostProviderManager.GetTestHostManagerByRunConfiguration(testRuntimeProviderInfo.RunSettings, sources); 383ThrowExceptionIfTestHostManagerIsNull(hostManager, testRuntimeProviderInfo.RunSettings); 385hostManager!.Initialize(TestSessionMessageLogger.Instance, testRuntimeProviderInfo.RunSettings!); 676var text = $"{nameof(TestEngine)}.{nameof(WarnAboutNotFoundRuntimeProvidersOrThrowWhenNoneAreFound)}: No suitable testHostProvider found for sources {string.Join(", ", missingRuntimeProvider.SourceDetails.Select(s => s.Source))} and runsettings: {missingRuntimeProvider.RunSettings}";
TestSession\ProxyTestSessionManager.cs (1)
364if (!operationManagerProxy.SetupChannel(sources, runtimeProviderInfo.RunSettings))