2 writes to ServiceContractName
System.ServiceModel.Activities (2)
System\ServiceModel\Activities\Send.cs (1)
324ServiceContractName = this.ServiceContractName,
System\ServiceModel\Activities\SendReply.cs (1)
231this.internalSend.ServiceContractName = contractName;
9 references to ServiceContractName
System.ServiceModel.Activities (9)
System\ServiceModel\Activities\InternalSendMessage.cs (9)
315if (this.ServiceContractName != null) 317result.Contract.ConfigurationName = this.ServiceContractName.LocalName; 402this.ServiceContractName, this.OperationName, this.Action, this.Parent.ProtectionLevel); 433cd = ContractInferenceHelper.CreateContractFromOperation(this.ServiceContractName, this.Parent.OperationDescription); 443cd = ContractInferenceHelper.CreateOutputChannelContractDescription(this.ServiceContractName, this.Parent.ProtectionLevel); 447cd = ContractInferenceHelper.CreateRequestChannelContractDescription(this.ServiceContractName, this.Parent.ProtectionLevel); 451if (this.ServiceContractName != null) 453cd.ConfigurationName = this.ServiceContractName.LocalName; 974if (cqb.ServiceContractName == this.ServiceContractName)