3 writes to shouldReleaseInstance
System.ServiceModel (3)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (3)
648this.shouldReleaseInstance = value; 668this.shouldReleaseInstance = false; 923this.shouldReleaseInstance = true;
2 references to shouldReleaseInstance
System.ServiceModel (2)
System\ServiceModel\Dispatcher\TransactionBehavior.cs (2)
644return this.shouldReleaseInstance; 666if (this.shouldReleaseInstance)