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