4 references to SortedBuffer
System.ServiceModel (4)
System\ServiceModel\Dispatcher\MessageFilterTable.cs (1)
240
this.tables = new
SortedBuffer
<FilterTableEntry, TableEntryComparer>(staticComparerInstance);
System\ServiceModel\Dispatcher\QueryNode.cs (1)
963
SortedBuffer<QueryNode, QueryNodeComparer> buff = new
SortedBuffer
<QueryNode, QueryNodeComparer>(staticQueryNodeComparerInstance);
System\ServiceModel\Dispatcher\QueryPrefixOp.cs (2)
62
this.children = new
SortedBuffer
<TrieSegment, TrieSegmentComparer>(SegComparer);
69
this.children = new
SortedBuffer
<TrieSegment, TrieSegmentComparer>(SegComparer);