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