1 write to ReleaseInstanceAfterCall
System.ServiceModel (1)
System\ServiceModel\OperationBehaviorAttribute.cs (1)
110
dispatch.
ReleaseInstanceAfterCall
= (this.releaseInstance & ReleaseInstanceMode.AfterCall) != 0;
1 reference to ReleaseInstanceAfterCall
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
93
this.releaseInstanceAfterCall = operation.
ReleaseInstanceAfterCall
;