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