1 write to activity
System.ServiceModel (1)
System\ServiceModel\ComIntegration\ComPlusSynchronizationContext.cs (1)
21
this.
activity
= activity;
3 references to activity
System.ServiceModel (3)
System\ServiceModel\ComIntegration\ComPlusSynchronizationContext.cs (3)
38
this.
activity
.SynchronousCall(call);
42
this.
activity
.AsynchronousCall(call);
50
while (Marshal.ReleaseComObject(this.
activity
) > 0);