17 writes to TraceOpenAndClose
System.ServiceModel (17)
System\ServiceModel\ChannelFactory.cs (3)
30
this.
TraceOpenAndClose
= true;
698
this.
TraceOpenAndClose
= false;
716
this.
TraceOpenAndClose
= traceOpenAndClose;
System\ServiceModel\ClientBase.cs (13)
68
this.channelFactoryRef.ChannelFactory.
TraceOpenAndClose
= false;
88
this.channelFactoryRef.ChannelFactory.
TraceOpenAndClose
= false;
111
this.channelFactoryRef.ChannelFactory.
TraceOpenAndClose
= false;
133
this.channelFactoryRef.ChannelFactory.
TraceOpenAndClose
= false;
161
this.channelFactoryRef.ChannelFactory.
TraceOpenAndClose
= false;
181
channelFactoryRef.ChannelFactory.
TraceOpenAndClose
= false;
197
this.channelFactoryRef.ChannelFactory.
TraceOpenAndClose
= false;
220
this.channelFactoryRef.ChannelFactory.
TraceOpenAndClose
= false;
246
this.channelFactoryRef.ChannelFactory.
TraceOpenAndClose
= false;
271
this.channelFactoryRef.ChannelFactory.
TraceOpenAndClose
= false;
301
this.channelFactoryRef.ChannelFactory.
TraceOpenAndClose
= false;
324
this.channelFactoryRef.ChannelFactory.
TraceOpenAndClose
= false;
862
channelFactory.
TraceOpenAndClose
= false;
System\ServiceModel\ServiceHost.cs (1)
66
this.
TraceOpenAndClose
= true;
5 references to TraceOpenAndClose
System.ServiceModel (5)
System\ServiceModel\ChannelFactory.cs (2)
689
bool traceOpenAndClose = this.
TraceOpenAndClose
;
692
using (ServiceModelActivity activity = DiagnosticUtility.ShouldUseActivity && this.
TraceOpenAndClose
? ServiceModelActivity.CreateBoundedActivity() : null)
System\ServiceModel\Channels\CommunicationObject.cs (3)
156
using (DiagnosticUtility.ShouldUseActivity && this.
TraceOpenAndClose
? this.CreateCloseActivity() : null)
274
using (DiagnosticUtility.ShouldUseActivity && this.
TraceOpenAndClose
? this.CreateCloseActivity() : null)
570
using (ServiceModelActivity activity = DiagnosticUtility.ShouldUseActivity && this.
TraceOpenAndClose
? ServiceModelActivity.CreateBoundedActivity() : null)