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