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