5 references to InternalFilterTable
System.ServiceModel.Routing (5)
System\ServiceModel\Routing\MessageRpc.cs (4)
185
routingConfig.
InternalFilterTable
.GetMatchingValue(this.Message, out result);
193
routingConfig.
InternalFilterTable
.GetMatchingValue(buffer, out result);
217
routingConfig.
InternalFilterTable
.GetMatchingValues(this.Message, endpointLists);
225
routingConfig.
InternalFilterTable
.GetMatchingValues(messageBuffer, endpointLists);
System\ServiceModel\Routing\RoutingBehavior.cs (1)
73
EndpointNameMessageFilter.Validate(this.configuration.
InternalFilterTable
.Keys, endpoints);