1 write to OperationName
System.Activities.Core.Presentation (1)
System\ServiceModel\Activities\Presentation\Factories\SendAndReceiveReplyFactory.cs (1)
32
OperationName
= "Operation1",
14 references to OperationName
System.ServiceModel.Activities (14)
System\ServiceModel\Activities\ContractInferenceHelper.cs (1)
266
OperationDescription operation = new OperationDescription(NamingHelper.XmlName(send.
OperationName
), contract);
System\ServiceModel\Activities\ReceiveReply.cs (5)
121
string errorOperationName = ContractValidationHelper.GetErrorMessageOperationName(this.Request.
OperationName
);
124
if (string.IsNullOrEmpty(this.Request.
OperationName
))
131
MessagingActivityHelper.ValidateCorrelationInitializer(metadata, this.correlationInitializers, true, this.DisplayName, (this.Request != null ? this.Request.
OperationName
: String.Empty));
134
string operationName = this.Request != null ? this.Request.
OperationName
: null;
199
this.Action, this.Request.ServiceContractName, this.Request.
OperationName
, true);
System\ServiceModel\Activities\Send.cs (8)
238
if (string.IsNullOrEmpty(this.
OperationName
))
244
string errorOperationName = ContractValidationHelper.GetErrorMessageOperationName(this.
OperationName
);
252
metadata.AddValidationError(SR.EndpointNotSet(this.DisplayName, this.
OperationName
));
259
metadata.AddValidationError(SR.EndpointIncorrectlySet(this.DisplayName, this.
OperationName
));
268
MessagingActivityHelper.ValidateCorrelationInitializer(metadata, this.correlationInitializers, false, this.DisplayName, this.
OperationName
);
275
this.InternalContent.CacheMetadata(metadata, this, this.
OperationName
);
317
OperationName = this.
OperationName
,
337
this.Action, this.ServiceContractName, this.
OperationName
, false);