Implemented interface member:
method
Dispose
System.IDisposable.Dispose()
8 references to Dispose
System.ServiceModel (8)
System\ServiceModel\Channels\HttpTransportManager.cs (1)
254
this.activity.
Dispose
();
System\ServiceModel\Channels\SharedHttpTransportManager.cs (1)
336
activity.
Dispose
();
System\ServiceModel\Channels\TracingConnection.cs (2)
54
this.activity.
Dispose
();
84
this.activity.
Dispose
();
System\ServiceModel\Channels\TracingConnectionListener.cs (1)
106
this.activity.
Dispose
();
System\ServiceModel\Channels\TransportManager.cs (1)
68
this.Activity.
Dispose
();
System\ServiceModel\ComIntegration\ComPlusSynchronizationContext.cs (1)
103
activity.
Dispose
();
System\ServiceModel\Security\SecuritySessionClientSettings.cs (1)
2055
thisAsyncResult.CallbackActivity.
Dispose
();