1 instantiation of ActionMessageFilterTable
System.ServiceModel (1)
System\ServiceModel\Dispatcher\ActionMessageFilter.cs (1)
76
return new
ActionMessageFilterTable
<FilterData>();
1 reference to ActionMessageFilterTable
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MessageFilterTable.cs (1)
378
if (messageToReadHeaders != null && this.tables[i].table is
ActionMessageFilterTable
<TFilterData>)