39 references to InferRunSettingsHelper
Microsoft.TestPlatform.CrossPlatEngine (8)
Client\MTP\MtpProxyExecutionManager.cs (1)
427Dictionary<string, string?>? runSettingsEnvironmentVariables = InferRunSettingsHelper.GetEnvironmentVariables(runSettings);
Client\ProxyOperationManager.cs (3)
227var envVars = InferRunSettingsHelper.GetEnvironmentVariables(runSettings); 417updatedRunSettingsXml = InferRunSettingsHelper.MakeRunsettingsCompatible(runsettingsXml); 423updatedRunSettingsXml = InferRunSettingsHelper.RemoveTargetPlatformElement(updatedRunSettingsXml);
TestEngine.cs (2)
387var runSettingsEnvVariables = InferRunSettingsHelper.GetEnvironmentVariables(runSettings); 465if (InferRunSettingsHelper.IsTestSettingsEnabled(runsettings))
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 (15)
Processors\CollectArgumentProcessor.cs (1)
114if (InferRunSettingsHelper.IsTestSettingsEnabled(_runSettingsManager.ActiveRunSettings?.SettingsXml))
TestPlatformHelpers\TestRequestManager.cs (14)
355if (InferRunSettingsHelper.AreRunSettingsCollectorsIncompatibleWithTestSettings(runsettings)) 490InferRunSettingsHelper.IsTestSettingsEnabled(runsettings)); 492if (InferRunSettingsHelper.TryGetLegacySettingElements( 850if (InferRunSettingsHelper.TryGetDeviceXml(navigator, out string? deviceXml)) 852InferRunSettingsHelper.UpdateTargetDevice(document, deviceXml); 866InferRunSettingsHelper.UpdateCollectSourceInformation( 879InferRunSettingsHelper.UpdateDesignMode( 899InferRunSettingsHelper.UpdateBatchSize( 916var compatibleSources = InferRunSettingsHelper.FilterCompatibleSources( 973InferRunSettingsHelper.UpdateTargetPlatform(document, commonPlatform.ToString(), overwrite: true); 1014InferRunSettingsHelper.UpdateTargetFramework(document, commonFramework.ToString(), overwrite: true); 1128return InferRunSettingsHelper.UpdateCollectCoverageSettings(xmlDocument); 1197bool isValidFrameworkXml = InferRunSettingsHelper.TryGetFrameworkXml(navigator, out var frameworkXml); 1230bool isValidPlatformXml = InferRunSettingsHelper.TryGetPlatformXml(
vstest.console.arm64 (15)
src\vstest\src\vstest.console\Processors\CollectArgumentProcessor.cs (1)
114if (InferRunSettingsHelper.IsTestSettingsEnabled(_runSettingsManager.ActiveRunSettings?.SettingsXml))
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (14)
355if (InferRunSettingsHelper.AreRunSettingsCollectorsIncompatibleWithTestSettings(runsettings)) 490InferRunSettingsHelper.IsTestSettingsEnabled(runsettings)); 492if (InferRunSettingsHelper.TryGetLegacySettingElements( 850if (InferRunSettingsHelper.TryGetDeviceXml(navigator, out string? deviceXml)) 852InferRunSettingsHelper.UpdateTargetDevice(document, deviceXml); 866InferRunSettingsHelper.UpdateCollectSourceInformation( 879InferRunSettingsHelper.UpdateDesignMode( 899InferRunSettingsHelper.UpdateBatchSize( 916var compatibleSources = InferRunSettingsHelper.FilterCompatibleSources( 973InferRunSettingsHelper.UpdateTargetPlatform(document, commonPlatform.ToString(), overwrite: true); 1014InferRunSettingsHelper.UpdateTargetFramework(document, commonFramework.ToString(), overwrite: true); 1128return InferRunSettingsHelper.UpdateCollectCoverageSettings(xmlDocument); 1197bool isValidFrameworkXml = InferRunSettingsHelper.TryGetFrameworkXml(navigator, out var frameworkXml); 1230bool isValidPlatformXml = InferRunSettingsHelper.TryGetPlatformXml(