41 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 (16)
Processors\CollectArgumentProcessor.cs (1)
114
if (
InferRunSettingsHelper
.IsTestSettingsEnabled(_runSettingsManager.ActiveRunSettings?.SettingsXml))
TestPlatformHelpers\TestRequestManager.cs (15)
355
if (
InferRunSettingsHelper
.AreRunSettingsCollectorsIncompatibleWithTestSettings(runsettings))
490
InferRunSettingsHelper
.IsTestSettingsEnabled(runsettings));
492
if (
InferRunSettingsHelper
.TryGetLegacySettingElements(
851
if (
InferRunSettingsHelper
.TryGetDeviceXml(navigator, out string? deviceXml))
853
InferRunSettingsHelper
.UpdateTargetDevice(document, deviceXml);
867
InferRunSettingsHelper
.UpdateCollectSourceInformation(
880
InferRunSettingsHelper
.UpdateDesignMode(
894
InferRunSettingsHelper
.UpdateIsTargetPlatformInferred(
913
InferRunSettingsHelper
.UpdateBatchSize(
930
var compatibleSources =
InferRunSettingsHelper
.FilterCompatibleSources(
987
InferRunSettingsHelper
.UpdateTargetPlatform(document, commonPlatform.ToString(), overwrite: true);
1028
InferRunSettingsHelper
.UpdateTargetFramework(document, commonFramework.ToString(), overwrite: true);
1142
return
InferRunSettingsHelper
.UpdateCollectCoverageSettings(xmlDocument);
1211
bool isValidFrameworkXml =
InferRunSettingsHelper
.TryGetFrameworkXml(navigator, out var frameworkXml);
1244
bool isValidPlatformXml =
InferRunSettingsHelper
.TryGetPlatformXml(
vstest.console.arm64 (16)
src\vstest\src\vstest.console\Processors\CollectArgumentProcessor.cs (1)
114
if (
InferRunSettingsHelper
.IsTestSettingsEnabled(_runSettingsManager.ActiveRunSettings?.SettingsXml))
src\vstest\src\vstest.console\TestPlatformHelpers\TestRequestManager.cs (15)
355
if (
InferRunSettingsHelper
.AreRunSettingsCollectorsIncompatibleWithTestSettings(runsettings))
490
InferRunSettingsHelper
.IsTestSettingsEnabled(runsettings));
492
if (
InferRunSettingsHelper
.TryGetLegacySettingElements(
851
if (
InferRunSettingsHelper
.TryGetDeviceXml(navigator, out string? deviceXml))
853
InferRunSettingsHelper
.UpdateTargetDevice(document, deviceXml);
867
InferRunSettingsHelper
.UpdateCollectSourceInformation(
880
InferRunSettingsHelper
.UpdateDesignMode(
894
InferRunSettingsHelper
.UpdateIsTargetPlatformInferred(
913
InferRunSettingsHelper
.UpdateBatchSize(
930
var compatibleSources =
InferRunSettingsHelper
.FilterCompatibleSources(
987
InferRunSettingsHelper
.UpdateTargetPlatform(document, commonPlatform.ToString(), overwrite: true);
1028
InferRunSettingsHelper
.UpdateTargetFramework(document, commonFramework.ToString(), overwrite: true);
1142
return
InferRunSettingsHelper
.UpdateCollectCoverageSettings(xmlDocument);
1211
bool isValidFrameworkXml =
InferRunSettingsHelper
.TryGetFrameworkXml(navigator, out var frameworkXml);
1244
bool isValidPlatformXml =
InferRunSettingsHelper
.TryGetPlatformXml(