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