6 references to Element
System.Web.Services (6)
System\Web\Services\Diagnostics\TraceUtility.cs (2)
272
if (e.
Element
== null)
274
string xml = RuntimeUtils.ElementString(e.
Element
);
System\Web\Services\Protocols\RuntimeUtils.cs (2)
66
if (e.
Element
== null)
68
string xml = RuntimeUtils.ElementString(e.
Element
);
System\Web\Services\Protocols\SoapHeader.cs (2)
210
if (e.
Element
== null) return;
212
header.Element = e.
Element
;