3 writes to beginMethod
System.ServiceModel (3)
System\ServiceModel\Description\OperationContractGenerationContext.cs (3)
55
this.
beginMethod
= beginMethod;
71
this.
beginMethod
= beginMethod;
94
this.
beginMethod
= null;
2 references to beginMethod
System.ServiceModel (2)
System\ServiceModel\Description\OperationContractGenerationContext.cs (2)
116
get { return this.
beginMethod
; }
136
get { return this.
beginMethod
!= null; }