11 references to _services
System.Workflow.Runtime (11)
WorkflowRuntime.cs (11)
909if (_services.ContainsKey(t)) 911al = _services[t]; 916_services.Add(t, al); 924if (_services.ContainsKey(basetype)) 926al = _services[basetype]; 931_services.Add(basetype, al); 974foreach (List<object> al in _services.Values) 1050if (_services.ContainsKey(serviceType)) 1051retval.AddRange(_services[serviceType]); 1086if (_services.ContainsKey(serviceType)) 1088List<object> al = _services[serviceType];