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)
1372if (!_cacheLookup.TryGetValue(serviceType, out schedules)) 1375_cacheLookup.Add(serviceType, schedules); 1409if (!_cacheLookup.TryGetValue(serviceType, out schedules)) 1502if (!_cacheLookup.TryGetValue(serviceType, out schedules)) 1505_cacheLookup.Add(serviceType, schedules);