4 references to EndToEndTracingElement
System.ServiceModel (4)
System\ServiceModel\Configuration\DiagnosticSection.cs (2)
34public EndToEndTracingElement EndToEndTracing 36get { return (EndToEndTracingElement)base[ConfigurationStrings.EndToEndTracing]; }
System\ServiceModel\Configuration\Properties.cs (1)
1068properties.Add(new ConfigurationProperty("endToEndTracing", typeof(System.ServiceModel.Configuration.EndToEndTracingElement), null, null, null, System.Configuration.ConfigurationPropertyOptions.None));
System\ServiceModel\Diagnostics\TraceUtility.cs (1)
909EndToEndTracingElement element = DiagnosticSection.UnsafeGetSection().EndToEndTracing;