3 writes to autoClose
System.ServiceModel (3)
System\ServiceModel\InstanceContext.cs (3)
62
this.
autoClose
= false;
80
this.
autoClose
= true;
99
set { this.
autoClose
= value; }
2 references to autoClose
System.ServiceModel (2)
System\ServiceModel\InstanceContext.cs (2)
98
get { return this.
autoClose
; }
525
if (instanceContext.
autoClose
)