1 write to contract
System.ServiceModel (1)
System\ServiceModel\Description\OperationContractGenerationContext.cs (1)
37
this.
contract
= contract;
3 references to contract
System.ServiceModel (3)
System\ServiceModel\Description\OperationContractGenerationContext.cs (3)
100
get { return this.
contract
; }
147
get { return !(this.declaringType ==
contract
.ContractType || this.declaringType ==
contract
.DuplexCallbackType); }