3 writes to responseSet
System.Workflow.Activities (3)
LocalService\MethodMessage.cs (3)
105
this.
responseSet
= previousMessage.responseSet;
268
this.
responseSet
= true;
281
this.
responseSet
= true;
4 references to responseSet
System.Workflow.Activities (4)
LocalService\MethodMessage.cs (4)
81
if (returnValueSignalEvent != null && !
responseSet
)
105
this.responseSet = previousMessage.
responseSet
;
264
if (!this.
responseSet
)
277
if (!this.
responseSet
)