2 writes to taskMethod
System.ServiceModel (2)
System\ServiceModel\Description\OperationContractGenerationContext.cs (2)
57
this.
taskMethod
= taskMethod;
84
this.
taskMethod
= taskMethod;
2 references to taskMethod
System.ServiceModel (2)
System\ServiceModel\Description\OperationContractGenerationContext.cs (2)
126
get { return this.
taskMethod
; }
141
get { return this.
taskMethod
!= null; }