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