1 write to preferAsyncInvocation
System.ServiceModel (1)
System\ServiceModel\OperationBehaviorAttribute.cs (1)
79set { this.preferAsyncInvocation = value; }
1 reference to preferAsyncInvocation
System.ServiceModel (1)
System\ServiceModel\OperationBehaviorAttribute.cs (1)
78get { return this.preferAsyncInvocation; }