1 write to followerOperation
System.Workflow.Activities (1)
LocalService\FollowerQueueCreator.cs (1)
26this.followerOperation = operation;
5 references to followerOperation
System.Workflow.Activities (5)
LocalService\FollowerQueueCreator.cs (5)
34if (this.followerOperation == equalsObject.followerOperation) 40return this.followerOperation.GetHashCode(); 53WorkflowActivityTrace.Activity.TraceEvent(TraceEventType.Information, 0, "FollowerQueueCreator: initialized on operation {0} for follower {1}", staticId.InterfaceType.Name + staticId.MethodName, this.followerOperation); 59EventQueueName queueName = new EventQueueName(staticId.InterfaceType, this.followerOperation, corrValues);