5 references to MethodName
System.Workflow.Activities (5)
LocalService\CorrelationTokenInvalidatedHandler.cs (1)
53if (!CorrelationResolver.IsInitializingMember(queueName.InterfaceType, queueName.MethodName,
LocalService\FollowerQueueCreator.cs (2)
53WorkflowActivityTrace.Activity.TraceEvent(TraceEventType.Information, 0, "FollowerQueueCreator: initialized on operation {0} for follower {1}", staticId.InterfaceType.Name + staticId.MethodName, this.followerOperation); 57ICollection<CorrelationProperty> corrValues = CorrelationResolver.ResolveCorrelationValues(staticId.InterfaceType, staticId.MethodName, message.Args, false);
LocalService\MessageQueueKey.cs (2)
107int compared = StringComparer.Ordinal.Compare(this.MethodName, eventQueueName.MethodName);