5 references to TryGetFromCache
System.Workflow.Runtime (5)
Tracking.cs (5)
1230if (TryGetFromCache(service.GetType(), workflowType, profile.Version, out tp)) 1252if (TryGetFromCache(service.GetType(), workflowType, profile.Version, out tmp)) 1279if (TryGetFromCache(service.GetType(), workflowType, versionId, out tp)) 1303if (TryGetFromCache(service.GetType(), workflowType, versionId, out tmp)) 1396return TryGetFromCache(serviceType, workflowType, new Version(0, 0), out profile); // 0 is an internal signal to get the most current