1 write to table
System.ServiceModel (1)
System\ServiceModel\Dispatcher\MessageFilterTable.cs (1)
606
this.
table
= t;
21 references to table
System.ServiceModel (21)
System\ServiceModel\Dispatcher\MessageFilterTable.cs (21)
165
if (this.tables[i].priority == priority && this.tables[i].
table
.GetType().Equals(tableType))
167
table = this.tables[i].
table
;
197
table = this.tables[idx].
table
;
268
if (this.tables[i].
table
.ContainsKey(filter))
295
if (this.tables[i].
table
.GetMatchingValue(message, out currentData))
327
IMessageFilterTable<TFilterData> table = this.tables[i].
table
;
378
if (messageToReadHeaders != null && this.tables[i].
table
is ActionMessageFilterTable<TFilterData>)
381
result = this.tables[i].
table
.GetMatchingValue(messageToReadHeaders, out currentData);
386
result = this.tables[i].
table
.GetMatchingValue(buffer, out currentData);
419
this.tables[i].
table
.GetMatchingValues(message, results);
441
this.tables[i].
table
.GetMatchingValues(buffer, results);
461
if (this.tables[i].
table
.GetMatchingFilter(message, out f))
494
if (this.tables[i].
table
.GetMatchingFilter(buffer, out f))
529
this.tables[i].
table
.GetMatchingFilters(message, results);
551
this.tables[i].
table
.GetMatchingFilters(buffer, results);
561
if (this.tables[i].
table
.Remove(filter))
563
if (this.tables[i].
table
.Count == 0)
623
return x.
table
.GetType().FullName.CompareTo(y.
table
.GetType().FullName);
635
return x.
table
.GetType().FullName.Equals(y.
table
.GetType().FullName);