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