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)
129var hostManager = _testHostProviderManager.GetTestHostManagerByRunConfiguration(runtimeProviderInfo.RunSettings, sources); 141hostManager?.Initialize(TestSessionMessageLogger.Instance, runtimeProviderInfo.RunSettings!); 143ThrowExceptionIfTestHostManagerIsNull(hostManager, runtimeProviderInfo.RunSettings); 239var hostManager = _testHostProviderManager.GetTestHostManagerByRunConfiguration(runtimeProviderInfo.RunSettings, sources); 248? new ProxyDataCollectionManager(requestData, runtimeProviderInfo.RunSettings, sources) 254ThrowExceptionIfTestHostManagerIsNull(hostManager, runtimeProviderInfo.RunSettings); 255hostManager!.Initialize(TestSessionMessageLogger.Instance, runtimeProviderInfo.RunSettings!); 273runtimeProviderInfo.RunSettings, 530var text = $"{nameof(TestEngine)}.{nameof(WarnAboutNotFoundRuntimeProvidersOrThrowWhenNoneAreFound)}: No suitable testHostProvider found for sources {string.Join(", ", missingRuntimeProvider.SourceDetails.Select(s => s.Source))} and runsettings: {missingRuntimeProvider.RunSettings}";