2 writes to _services
System.Workflow.Runtime (2)
Tracking.cs (2)
58_services = runtime.TrackingServices; 83_services = null;
11 references to _services
System.Workflow.Runtime (11)
Tracking.cs (11)
336foreach (TrackingService service in _services) 435if ((null == _services) || (_services.Count <= 0)) 450if (null == _services) 485for (int i = 0; i < _services.Count; i++) 488Type serviceType = _services[i].GetType(); 500profile = _profileManager.GetProfile(_services[i], schedule); 518profile = _profileManager.GetProfile(_services[i], schedule, instanceID); 530profile = _profileManager.GetProfile(_services[i], schedule, versionId); 550channel = _services[i].GetTrackingChannel(parameters); 555channels.Add(new TrackingChannelWrapper(channel, _services[i].GetType(), workflowType, profile));