2 instantiations of ProfileList
System.Workflow.Runtime (2)
Tracking.cs (2)
1383profiles = new ProfileList(); 1510profiles = new ProfileList();
11 references to ProfileList
System.Workflow.Runtime (11)
Tracking.cs (11)
1101private Dictionary<Type, Dictionary<Type, ProfileList>> _cacheLookup; 1126_cacheLookup = new Dictionary<Type, Dictionary<Type, ProfileList>>(); 1147_cacheLookup = new Dictionary<Type, Dictionary<Type, ProfileList>>(); 1368Dictionary<Type, ProfileList> schedules = null; 1374schedules = new Dictionary<Type, ProfileList>(); 1380ProfileList profiles = null; 1407Dictionary<Type, ProfileList> schedules = null; 1412ProfileList profiles = null; 1500Dictionary<Type, ProfileList> schedules = null; 1504schedules = new Dictionary<Type, ProfileList>(); 1507ProfileList profiles = null;