2 instantiations of MessageQueueAndPath
SMSvcHost (2)
System\ServiceModel\Activation\RoutingTable.cs (2)
173
namedPipeMessageQueues.RegisterUri(path.BaseAddress, path.HostNameComparisonMode, new
MessageQueueAndPath
(messageQueue, path.BaseAddress));
247
tcpMessageQueues.RegisterUri(path.BaseAddress, path.HostNameComparisonMode, new
MessageQueueAndPath
(messageQueue, path.BaseAddress));
7 references to MessageQueueAndPath
SMSvcHost (7)
System\ServiceModel\Activation\RoutingTable.cs (7)
38
static UriPrefixTable<
MessageQueueAndPath
> namedPipeMessageQueues = new UriPrefixTable<
MessageQueueAndPath
>();
39
static UriPrefixTable<
MessageQueueAndPath
> tcpMessageQueues = new UriPrefixTable<
MessageQueueAndPath
>(true);
87
UriPrefixTable<
MessageQueueAndPath
> table = namedPipeMessageQueues;
97
MessageQueueAndPath
found = null;
133
static bool ValidateAddress(IPAddress address, ref
MessageQueueAndPath
found)