3 writes to currentData
System.Workflow.Runtime (3)
DebugEngine\BreakSafeBase.cs (3)
32
this.
currentData
= new T();
96
this.
currentData
= data;
109
this.
currentData
= data;
4 references to currentData
System.Workflow.Runtime (4)
DebugEngine\BreakSafeBase.cs (4)
62
object data = this.
currentData
;
73
return (T)this.
currentData
;
79
return (T)((T)this.
currentData
).Clone();
88
object data = this.
currentData
;