3 references to DiagnosticsElement
System.Web.Services (3)
System\Web\Services\Configuration\WebServicesSection.cs (3)
327
public
DiagnosticsElement
Diagnostics {
328
get { return (
DiagnosticsElement
)base[this.diagnostics]; }
483
readonly ConfigurationProperty diagnostics = new ConfigurationProperty("diagnostics", typeof(
DiagnosticsElement
), null, ConfigurationPropertyOptions.None);