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