1 write to ReleaseInstanceBeforeCall
System.ServiceModel (1)
System\ServiceModel\OperationBehaviorAttribute.cs (1)
109
dispatch.
ReleaseInstanceBeforeCall
= (this.releaseInstance & ReleaseInstanceMode.BeforeCall) != 0;
1 reference to ReleaseInstanceBeforeCall
System.ServiceModel (1)
System\ServiceModel\Dispatcher\DispatchOperationRuntime.cs (1)
94
this.releaseInstanceBeforeCall = operation.
ReleaseInstanceBeforeCall
;