3 writes to nonEEIgnoreUpdate
System.Workflow.Runtime (3)
DebugEngine\BreakSafeBase.cs (3)
35
this.
nonEEIgnoreUpdate
= false;
78
this.
nonEEIgnoreUpdate
= true;
85
this.
nonEEIgnoreUpdate
= false;
2 references to nonEEIgnoreUpdate
System.Workflow.Runtime (2)
DebugEngine\BreakSafeBase.cs (2)
70
if (this.nonEEDataConsistent && this.
nonEEIgnoreUpdate
== false)
108
if (this.
nonEEIgnoreUpdate
== false)