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