5 references to ServiceContractName
System.ServiceModel.Activities (5)
System\ServiceModel\Activities\WorkflowServiceHost.cs (2)
467
string contractName = ContractValidationHelper.GetErrorMessageEndpointServiceContractName(endpoint.
ServiceContractName
);
471
ServiceEndpoint serviceEndpoint = AddServiceEndpointCore(endpoint.
ServiceContractName
, endpoint.Binding,
System\ServiceModel\Endpoint.cs (3)
98
string contractName = ContractValidationHelper.GetErrorMessageEndpointServiceContractName(this.
ServiceContractName
);
113
string contractName = ContractValidationHelper.GetErrorMessageEndpointServiceContractName(this.
ServiceContractName
);
120
string contractName = ContractValidationHelper.GetErrorMessageEndpointServiceContractName(this.
ServiceContractName
);