45 references to
System.ServiceModel (45)
System\ServiceModel\Dispatcher\MessageFilterTable.cs (37)
165if (this.tables[i].priority == priority && this.tables[i].table.GetType().Equals(tableType)) 167table = this.tables[i].table; 197table = this.tables[idx].table; 268if (this.tables[i].table.ContainsKey(filter)) 270return this.tables[i].priority; 287if (pri > this.tables[i].priority && dataSet) 291pri = this.tables[i].priority; 295if (this.tables[i].table.GetMatchingValue(message, out currentData)) 319if (pri > this.tables[i].priority && dataSet) 323pri = this.tables[i].priority; 327IMessageFilterTable<TFilterData> table = this.tables[i].table; 370if (pri > this.tables[i].priority && dataSet) 374pri = this.tables[i].priority; 378if (messageToReadHeaders != null && this.tables[i].table is ActionMessageFilterTable<TFilterData>) 381result = this.tables[i].table.GetMatchingValue(messageToReadHeaders, out currentData); 386result = this.tables[i].table.GetMatchingValue(buffer, out currentData); 414if (pri > this.tables[i].priority && count != results.Count) 418pri = this.tables[i].priority; 419this.tables[i].table.GetMatchingValues(message, results); 436if (pri > this.tables[i].priority && count != results.Count) 440pri = this.tables[i].priority; 441this.tables[i].table.GetMatchingValues(buffer, results); 455if (pri > this.tables[i].priority && filter != null) 459pri = this.tables[i].priority; 461if (this.tables[i].table.GetMatchingFilter(message, out f)) 488if (pri > this.tables[i].priority && filter != null) 492pri = this.tables[i].priority; 494if (this.tables[i].table.GetMatchingFilter(buffer, out f)) 524if (pri > this.tables[i].priority && count != results.Count) 528pri = this.tables[i].priority; 529this.tables[i].table.GetMatchingFilters(message, results); 546if (pri > this.tables[i].priority && count != results.Count) 550pri = this.tables[i].priority; 551this.tables[i].table.GetMatchingFilters(buffer, results); 561if (this.tables[i].table.Remove(filter)) 563if (this.tables[i].table.Count == 0)
System\ServiceModel\Dispatcher\QueryNode.cs (1)
971seq.Add(buff[i]);
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (7)
105this.children[i].CollectXPathFilters(filters); 201return this.children[index]; 220TrieSegment child = this.children[index]; 260TrieSegment child = this.children[childIndex]; 308TrieSegment child = this.children[childIndex]; 374TrieSegment child = this.children[childIndex]; 387this.children[i].Trim();