1 instantiation of ServiceProfileContainer
System.Workflow.Runtime (1)
Tracking.cs (1)
952_services.Add(HashHelper.HashServiceType(trackingServiceType), new ServiceProfileContainer(profileVersionId));
11 references to ServiceProfileContainer
System.Workflow.Runtime (11)
Tracking.cs (11)
925private Dictionary<Guid, ServiceProfileContainer> _services = new Dictionary<Guid, ServiceProfileContainer>(); 959ServiceProfileContainer item; 985ServiceProfileContainer service = null; 996ServiceProfileContainer service = null; 1005ServiceProfileContainer service = null; 1014ServiceProfileContainer service = null; 1025ServiceProfileContainer service = null; 1083this._services = (Dictionary<Guid, ServiceProfileContainer>)info.GetValue("services", typeof(Dictionary<Guid, ServiceProfileContainer>)); 1085this._services = new Dictionary<Guid, ServiceProfileContainer>();