1 write to endpoint
System.ServiceModel.Activities (1)
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (1)
63this.endpoint = endpoint;
6 references to endpoint
System.ServiceModel.Activities (6)
System\ServiceModel\Activities\Description\WorkflowOperationBehavior.cs (1)
169this.performanceCountersEnabled, this.propagateActivity, currentTransaction, notification, this.behavior, this.endpoint, timeout, callback, state);
System\ServiceModel\Activities\Dispatcher\ControlOperationInvoker.cs (5)
379WorkflowHostingEndpoint = this.invoker.endpoint as WorkflowHostingEndpoint, 799else if (this.invoker.endpoint is WorkflowHostingEndpoint) 801WorkflowHostingEndpoint hostingEndpoint = (WorkflowHostingEndpoint)this.invoker.endpoint; 850string endpointName = this.invoker.endpoint != null ? this.invoker.endpoint.Name : null;