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