1 write to cache
System.Activities (1)
System\Activities\Tracking\RuntimeTrackingProfile.cs (1)
571this.cache = new ConditionalWeakTable<Activity, HybridCollection<RuntimeTrackingProfile>>();
3 references to cache
System.Activities (3)
System\Activities\Tracking\RuntimeTrackingProfile.cs (3)
581lock (this.cache) 583if (!this.cache.TryGetValue(rootElement, out runtimeProfileList)) 589this.cache.Add(rootElement, runtimeProfileList);