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