1 write to locals
System.Activities (1)
System\Activities\Debugger\DebugInfo.cs (1)
218this.locals =
5 references to locals
System.Activities (5)
System\Activities\Debugger\DebugInfo.cs (5)
196if (this.locals == null || this.locals.Length == 0) 248if (this.locals.Length > 0) 250this.CacheLocalInfos(this.locals); 253return this.locals;