3 references to EventQueueName
System.Workflow.Activities (3)
WebServiceFault.cs (1)
148IComparable queueId = new EventQueueName(webservicereceive.InterfaceType, webservicereceive.MethodName, webservicereceive.QualifiedName);
WebServiceReceive.cs (1)
322IComparable queueId = new EventQueueName(interfaceType, operation, QualifiedName);
WebServiceResponse.cs (1)
151IComparable queueId = new EventQueueName(webservicereceive.InterfaceType, webservicereceive.MethodName, webservicereceive.QualifiedName);