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