3 references to trustInfoElement
Microsoft.Build.Tasks.Core (3)
ManifestUtil\TrustInfo.cs (3)
180
XmlElement trustInfoElement = _inputTrustInfoDocument.CreateElement(XmlUtil.TrimPrefix(XPaths.
trustInfoElement
), XmlNamespaces.asmv2);
716
var trustInfoElement = (XmlElement)assemblyElement.SelectSingleNode(XPaths.
trustInfoElement
, nsmgr);
719
trustInfoElement = document.CreateElement(XmlUtil.TrimPrefix(XPaths.
trustInfoElement
), XmlNamespaces.asmv2);