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