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