3 writes to endMethod
System.ServiceModel (3)
System\ServiceModel\Description\OperationContractGenerationContext.cs (3)
56this.endMethod = endMethod; 72this.endMethod = endMethod; 95this.endMethod = null;
1 reference to endMethod
System.ServiceModel (1)
System\ServiceModel\Description\OperationContractGenerationContext.cs (1)
121get { return this.endMethod; }