1 write to Name
System.WorkflowServices (1)
System\Workflow\Activities\ChannelToken.cs (1)
57this.Name = name;
7 references to Name
System.WorkflowServices (7)
System\Workflow\Activities\ChannelToken.cs (2)
151return GetLogicalChannel(activity, endpoint.Name, endpoint.OwnerActivityName, contractType); 266new InvalidOperationException(SR2.GetString(SR2.Error_FailedToRegisterChannel, endpoint.Name)));
System\Workflow\Activities\ChannelTokenTypeConverter.cs (2)
44if (endpoint != null && endpoint.Name == endpointName) 66convertedValue = endpoint.Name;
System\Workflow\Activities\SendActivity.cs (2)
282return GetContext(activity, endpoint.Name, endpoint.OwnerActivityName, contractType); 331SetContext(activity, endpoint.Name, endpoint.OwnerActivityName, contractType, context);
System\Workflow\Activities\ValidationHelper.cs (1)
409if (string.IsNullOrEmpty(endpoint.Name))