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