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