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