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