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