8 references to RootContextName
System.WorkflowServices (8)
System\Workflow\Activities\ContextToken.cs (6)
49
this.Name = ContextToken.
RootContextName
;
101
if (string.Compare(this.Name, ContextToken.
RootContextName
, StringComparison.Ordinal) != 0)
239
if (!collection.Contains(ContextToken.
RootContextName
))
244
ReceiveContext receiveContext = collection[ContextToken.
RootContextName
];
390
if (!collection.Contains(ContextToken.
RootContextName
))
392
collection.Add(new ReceiveContext(ContextToken.
RootContextName
, workflowId, true));
System\Workflow\Activities\ReceiveActivity.cs (1)
380
new InvalidOperationException(SR2.GetString(SR2.Error_CannotFindReceiveContext, ContextToken.
RootContextName
)));
System\Workflow\Activities\ValidationHelper.cs (1)
519
if (string.Compare(contextToken.Name, ContextToken.
RootContextName
, StringComparison.Ordinal) == 0)