9 references to Profiles
System.Workflow.Runtime (9)
Tracking.cs (9)
1388return profiles.Profiles.TryAdd(new CacheItem(profile)); 1425if ((null == profiles.Profiles) || (0 == profiles.Profiles.Count)) 1431int endPos = profiles.Profiles.Count - 1; 1433if (null == profiles.Profiles[endPos]) 1436profile = profiles.Profiles[endPos].TrackingProfile; 1441if ((null == profiles.Profiles) || (0 == profiles.Profiles.Count)) 1444if (profiles.Profiles.TryGetValue(new CacheItem(workflowType, versionId), out item))