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