7 references to Name
System.ServiceModel.Activities (7)
System\ServiceModel\Activities\Send.cs (1)
263metadata.AddValidationError(SR.MissingBindingInEndpoint(this.Endpoint.Name, this.ServiceContractName));
System\ServiceModel\Activities\WorkflowServiceHost.cs (3)
466string endpointName = ContractValidationHelper.GetErrorMessageEndpointName(endpoint.Name); 474if (!string.IsNullOrEmpty(endpoint.Name)) 476serviceEndpoint.Name = endpoint.Name;
System\ServiceModel\Endpoint.cs (3)
97string endpointName = ContractValidationHelper.GetErrorMessageEndpointName(this.Name); 112string endpointName = ContractValidationHelper.GetErrorMessageEndpointName(this.Name); 119string endpointName = ContractValidationHelper.GetErrorMessageEndpointName(this.Name);