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