1 write to autoDisposeParameters
System.ServiceModel (1)
System\ServiceModel\OperationBehaviorAttribute.cs (1)
43set { this.autoDisposeParameters = value; }
2 references to autoDisposeParameters
System.ServiceModel (2)
System\ServiceModel\OperationBehaviorAttribute.cs (2)
42get { return this.autoDisposeParameters; } 108dispatch.AutoDisposeParameters = this.autoDisposeParameters;