1 write to table
System.ServiceModel (1)
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (1)
22
this.
table
= new MessageFilterTable<FilterDataPair>();
10 references to table
System.ServiceModel (10)
System\ServiceModel\Dispatcher\AndMessageFilterTable.cs (10)
104
this.
table
.Add(filter.Filter1, pair);
111
this.
table
.Clear();
146
this.
table
.GetMatchingValues(message, pairs);
170
this.
table
.GetMatchingValues(messageBuffer, pairs);
194
this.
table
.GetMatchingValues(message, pairs);
208
this.
table
.GetMatchingValues(message, pairs);
222
this.
table
.GetMatchingValues(messageBuffer, pairs);
236
this.
table
.GetMatchingValues(messageBuffer, pairs);
255
addressMatched = this.
table
.GetMatchingValues(message, pairs);
459
this.
table
.Remove(filter.Filter1);