3 references to TargetPlatformNodePath
Microsoft.TestPlatform.Utilities (3)
InferRunSettingsHelper.cs (3)
456
=> AddNodeIfNotPresent(runSettingsDocument,
TargetPlatformNodePath
, TargetPlatformNodeName, platform, overwrite);
602
XmlUtilities.AppendOrModifyChild(xmlDocument,
TargetPlatformNodePath
, TargetPlatformNodeName, effectivePlatform.ToString());
608
platformXml = XmlUtilities.GetNodeXml(runSettingsNavigator,
TargetPlatformNodePath
);