2 writes to followerOperation
System.Workflow.Activities (2)
LocalService\CorrelationTokenInvalidatedHandler.cs (2)
29
this.
followerOperation
= operation;
95
this.
followerOperation
= null;
2 references to followerOperation
System.Workflow.Activities (2)
LocalService\CorrelationTokenInvalidatedHandler.cs (2)
67
EventQueueName queueId = new EventQueueName(this.interfaceType, this.
followerOperation
, correlationValues);
92
subscription.MethodName = this.
followerOperation
;