2 writes to _cacheLookup
System.Workflow.Runtime (2)
Tracking.cs (2)
1126
_cacheLookup
= new Dictionary<Type, Dictionary<Type, ProfileList>>();
1147
_cacheLookup
= new Dictionary<Type, Dictionary<Type, ProfileList>>();
5 references to _cacheLookup
System.Workflow.Runtime (5)
Tracking.cs (5)
1372
if (!
_cacheLookup
.TryGetValue(serviceType, out schedules))
1375
_cacheLookup
.Add(serviceType, schedules);
1409
if (!
_cacheLookup
.TryGetValue(serviceType, out schedules))
1502
if (!
_cacheLookup
.TryGetValue(serviceType, out schedules))
1505
_cacheLookup
.Add(serviceType, schedules);