6 references to subStateMap
System.Workflow.Runtime (6)
WorkflowExecutor.cs (6)
1390
this.
subStateMap
.Add(contextId, dynamicActivity);
1402
this.
subStateMap
.Remove(contextId);
1413
if (this.
subStateMap
.ContainsKey(stateId))
1414
return this.
subStateMap
[stateId];
2945
if (this.
subStateMap
.ContainsKey(stateId))
2946
return this.
subStateMap
[stateId];