1 write to uninstrumentedSubRoots
System.Activities (1)
System\Activities\Debugger\InstrumentationTracker.cs (1)
43this.uninstrumentedSubRoots = new Dictionary<Activity, string>();
5 references to uninstrumentedSubRoots
System.Activities (5)
System\Activities\Debugger\InstrumentationTracker.cs (5)
27if (this.uninstrumentedSubRoots == null) 31return this.uninstrumentedSubRoots; 56if (!uninstrumentedSubRoots.ContainsKey(activity)) 71this.uninstrumentedSubRoots.Add(activity, wfSymbol); 78this.uninstrumentedSubRoots.Add(activity, sourcePath);