1 write to contract
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\InternalSendMessage.cs (1)
3050this.contract = contractDescription;
5 references to contract
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\InternalSendMessage.cs (5)
3129if (!ContractDescriptionComparerHelper.IsContractDescriptionEquivalent(this.contract, other.contract)) 3149if (this.contract != null && this.contract.Name != null) 3152hashCode ^= this.contract.Name.GetHashCode();