2 references to Lookup
System.ServiceModel (2)
System\ServiceModel\Dispatcher\ChannelDispatcher.cs (1)
549
return this.filterTable.
Lookup
(message, out addressMatched);
System\ServiceModel\Dispatcher\ChannelHandler.cs (1)
672
return this.listener.Endpoints.
Lookup
(message, out addressMatched);