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