8 references to InstanceContext
System.WorkflowServices (8)
System\ServiceModel\Dispatcher\WorkflowInstanceContextProvider.cs (8)
199
lock (callbackState.
InstanceContext
.ThisLock)
201
if (base.Cache.Contains(callbackState.InstanceId, callbackState.
InstanceContext
))
203
WorkflowDurableInstance durableInstance = callbackState.
InstanceContext
.Extensions.Find<WorkflowDurableInstance>();
228
IChannel[] incomingChannels = new IChannel[callbackState.
InstanceContext
.IncomingChannels.Count];
229
callbackState.
InstanceContext
.IncomingChannels.CopyTo(incomingChannels, 0);
231
if (callbackState.
InstanceContext
.IncomingChannels.Count != 0)
235
callbackState.
InstanceContext
.IncomingChannels.Remove(channel);
243
callbackState.InstanceContextIdleCallback(callbackState.
InstanceContext
);