7 references to AddNodeIfNotPresent
Microsoft.TestPlatform.Utilities (7)
InferRunSettingsHelper.cs (7)
209
AddNodeIfNotPresent
(runSettingsDocument, DesignModeNodePath, DesignModeNodeName, designModeValue);
219
AddNodeIfNotPresent
(runSettingsDocument, BatchSizeNodePath, BatchSizeNodeName, batchSizeValue);
229
AddNodeIfNotPresent
(runSettingsDocument, CollectSourceInformationNodePath, CollectSourceInformationNodeName, collectSourceInformationValue);
242
AddNodeIfNotPresent
(runSettingsDocument, IsTargetPlatformInferredNodePath, IsTargetPlatformInferredNodeName, isTargetPlatformInferred, overwrite: true);
252
AddNodeIfNotPresent
(runSettingsDocument, TargetDeviceNodePath, TargetDevice, targetDevice);
263
AddNodeIfNotPresent
(runSettingsDocument, TargetFrameworkNodePath, TargetFrameworkNodeName, framework, overwrite);
471
=>
AddNodeIfNotPresent
(runSettingsDocument, TargetPlatformNodePath, TargetPlatformNodeName, platform, overwrite);