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