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