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