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