42 references to InferRunSettingsHelper
Microsoft.TestPlatform.CrossPlatEngine (9)
Client\ProxyOperationManager.cs (3)
226var envVars = InferRunSettingsHelper.GetEnvironmentVariables(runSettings); 415updatedRunSettingsXml = InferRunSettingsHelper.MakeRunsettingsCompatible(runsettingsXml); 421updatedRunSettingsXml = InferRunSettingsHelper.RemoveTargetPlatformElement(updatedRunSettingsXml);
TestEngine.cs (2)
547var runSettingsEnvVariables = InferRunSettingsHelper.GetEnvironmentVariables(runSettings); 616if (InferRunSettingsHelper.IsTestSettingsEnabled(runsettings))
TestSession\ProxyTestSessionManager.cs (2)
64_testSessionEnvironmentVariables = InferRunSettingsHelper.GetEnvironmentVariables(_testSessionCriteria.RunSettings) 424var requestEnvironmentVariables = InferRunSettingsHelper.GetEnvironmentVariables(requestRunSettings);
Utilities\SourceDetailHelper.cs (2)
23InferRunSettingsHelper.UpdateTargetFramework(document, sourceDetail.Framework!.ToString(), overwrite: true); 24InferRunSettingsHelper.UpdateTargetPlatform(document, sourceDetail.Architecture.ToString(), overwrite: true);
Microsoft.VisualStudio.TestPlatform.Common (1)
Utilities\RunSettingsProviderExtensions.cs (1)
194InferRunSettingsHelper.UpdateRunSettingsWithUserProvidedSwitches(document, architecture, framework, defaultResultsDirectory);
vstest.console (16)
Processors\CollectArgumentProcessor.cs (1)
108if (InferRunSettingsHelper.IsTestSettingsEnabled(_runSettingsManager.ActiveRunSettings?.SettingsXml))
TestPlatformHelpers\TestRequestManager.cs (15)
333if (InferRunSettingsHelper.AreRunSettingsCollectorsIncompatibleWithTestSettings(runsettings)) 500if (InferRunSettingsHelper.AreRunSettingsCollectorsIncompatibleWithTestSettings(payload.RunSettings)) 620InferRunSettingsHelper.IsTestSettingsEnabled(runsettings)); 622if (InferRunSettingsHelper.TryGetLegacySettingElements( 980if (InferRunSettingsHelper.TryGetDeviceXml(navigator, out string? deviceXml)) 982InferRunSettingsHelper.UpdateTargetDevice(document, deviceXml); 996InferRunSettingsHelper.UpdateCollectSourceInformation( 1009InferRunSettingsHelper.UpdateDesignMode( 1029InferRunSettingsHelper.UpdateBatchSize( 1046var compatibleSources = InferRunSettingsHelper.FilterCompatibleSources( 1103InferRunSettingsHelper.UpdateTargetPlatform(document, commonPlatform.ToString(), overwrite: true); 1144InferRunSettingsHelper.UpdateTargetFramework(document, commonFramework.ToString(), overwrite: true); 1258return InferRunSettingsHelper.UpdateCollectCoverageSettings(xmlDocument); 1327bool isValidFrameworkXml = InferRunSettingsHelper.TryGetFrameworkXml(navigator, out var frameworkXml); 1360bool isValidPlatformXml = InferRunSettingsHelper.TryGetPlatformXml(
vstest.console.arm64 (16)
src\vstest\src\vstest.console\Processors\CollectArgumentProcessor.cs (1)
108if (InferRunSettingsHelper.IsTestSettingsEnabled(_runSettingsManager.ActiveRunSettings?.SettingsXml))
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (15)
333if (InferRunSettingsHelper.AreRunSettingsCollectorsIncompatibleWithTestSettings(runsettings)) 500if (InferRunSettingsHelper.AreRunSettingsCollectorsIncompatibleWithTestSettings(payload.RunSettings)) 620InferRunSettingsHelper.IsTestSettingsEnabled(runsettings)); 622if (InferRunSettingsHelper.TryGetLegacySettingElements( 980if (InferRunSettingsHelper.TryGetDeviceXml(navigator, out string? deviceXml)) 982InferRunSettingsHelper.UpdateTargetDevice(document, deviceXml); 996InferRunSettingsHelper.UpdateCollectSourceInformation( 1009InferRunSettingsHelper.UpdateDesignMode( 1029InferRunSettingsHelper.UpdateBatchSize( 1046var compatibleSources = InferRunSettingsHelper.FilterCompatibleSources( 1103InferRunSettingsHelper.UpdateTargetPlatform(document, commonPlatform.ToString(), overwrite: true); 1144InferRunSettingsHelper.UpdateTargetFramework(document, commonFramework.ToString(), overwrite: true); 1258return InferRunSettingsHelper.UpdateCollectCoverageSettings(xmlDocument); 1327bool isValidFrameworkXml = InferRunSettingsHelper.TryGetFrameworkXml(navigator, out var frameworkXml); 1360bool isValidPlatformXml = InferRunSettingsHelper.TryGetPlatformXml(