4 references to UninstrumentedSubRoots
System.Activities (4)
System\Activities\Debugger\InstrumentationTracker.cs (4)
86return this.UninstrumentedSubRoots.ContainsKey(subRoot); 97if (this.UninstrumentedSubRoots.TryGetValue(subRoot, out sourcePath)) 99foreach (KeyValuePair<Activity, string> entry in this.UninstrumentedSubRoots) 113this.UninstrumentedSubRoots.Remove(subRoot);