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