3 instantiations of TracingConnection
System.ServiceModel (3)
System\ServiceModel\Channels\TracingConnectionInitiator.cs (2)
36
TracingConnection tracingConnection = new
TracingConnection
(retval, false);
57
TracingConnection connection = new
TracingConnection
(this.connectionInitiator.EndConnect(result), false);
System\ServiceModel\Channels\TracingConnectionListener.cs (1)
95
TracingConnection retval = new
TracingConnection
(innerConnection, activity);
8 references to TracingConnection
System.ServiceModel (8)
System\ServiceModel\Channels\TracingConnection.cs (5)
63
if (
TracingConnection
.callback == null)
65
TracingConnection
.callback = new WaitCallback(
TracingConnection
.WaitCallback);
67
return
TracingConnection
.callback;
164
return base.BeginRead(offset, size, timeout,
TracingConnection
.Callback, completion);
System\ServiceModel\Channels\TracingConnectionInitiator.cs (2)
36
TracingConnection
tracingConnection = new TracingConnection(retval, false);
57
TracingConnection
connection = new TracingConnection(this.connectionInitiator.EndConnect(result), false);
System\ServiceModel\Channels\TracingConnectionListener.cs (1)
95
TracingConnection
retval = new TracingConnection(innerConnection, activity);