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)
925
private Dictionary<Guid,
ServiceProfileContainer
> _services = new Dictionary<Guid,
ServiceProfileContainer
>();
959
ServiceProfileContainer
item;
985
ServiceProfileContainer
service = null;
996
ServiceProfileContainer
service = null;
1005
ServiceProfileContainer
service = null;
1014
ServiceProfileContainer
service = null;
1025
ServiceProfileContainer
service = null;
1083
this._services = (Dictionary<Guid,
ServiceProfileContainer
>)info.GetValue("services", typeof(Dictionary<Guid,
ServiceProfileContainer
>));
1085
this._services = new Dictionary<Guid,
ServiceProfileContainer
>();