2 instantiations of CacheItem
System.Workflow.Runtime (2)
Tracking.cs (2)
1388
return profiles.Profiles.TryAdd(new
CacheItem
(profile));
1444
if (profiles.Profiles.TryGetValue(new
CacheItem
(workflowType, versionId), out item))
6 references to CacheItem
System.Workflow.Runtime (6)
Tracking.cs (6)
1404
CacheItem
item = null;
1526
internal Set<
CacheItem
> Profiles = new Set<
CacheItem
>(5);
1564
if (!(obj is
CacheItem
))
1567
CacheItem
item = (
CacheItem
)obj;