2 references to FilterTableEntry
System.ServiceModel (2)
System\ServiceModel\Dispatcher\MessageFilterTable.cs (2)
180this.tables.Add(new FilterTableEntry(priority, table)); 193FilterTableEntry entry = new FilterTableEntry(priority, table);