4 references to Element
System.Web.Services.Description (4)
System\Web\Services\Diagnostics\TraceUtility.cs (2)
163
if (e.
Element
== null)
168
string xml = RuntimeUtils.ElementString(e.
Element
);
System\Web\Services\Protocols\RuntimeUtils.cs (2)
38
if (e.
Element
== null)
43
string xml = ElementString(e.
Element
);