2 references to AfterCall
System.ServiceModel (2)
System\ServiceModel\OperationBehaviorAttribute.cs (1)
110dispatch.ReleaseInstanceAfterCall = (this.releaseInstance & ReleaseInstanceMode.AfterCall) != 0;
System\ServiceModel\ReleaseInstanceMode.cs (1)
24x == ReleaseInstanceMode.AfterCall ||