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