4 references to AssemblyQualifiedName
System.Workflow.Activities (4)
LocalService\MessageQueueKey.cs (4)
113compared = StringComparer.Ordinal.Compare(AssemblyQualifiedName, eventQueueName.AssemblyQualifiedName); 232return (AssemblyQualifiedName.GetHashCode() ^ this.operation.GetHashCode()); 234return (AssemblyQualifiedName.GetHashCode() ^ this.operation.GetHashCode() ^ this.activityId.GetHashCode());