1 write to releaseInstance
System.ServiceModel (1)
System\ServiceModel\OperationBehaviorAttribute.cs (1)
72
this.
releaseInstance
= value;
4 references to releaseInstance
System.ServiceModel (4)
System\ServiceModel\OperationBehaviorAttribute.cs (4)
64
get { return this.
releaseInstance
; }
100
if (description.IsServerInitiated() && this.
releaseInstance
!= ReleaseInstanceMode.None)
109
dispatch.ReleaseInstanceBeforeCall = (this.
releaseInstance
& ReleaseInstanceMode.BeforeCall) != 0;
110
dispatch.ReleaseInstanceAfterCall = (this.
releaseInstance
& ReleaseInstanceMode.AfterCall) != 0;