1 instantiation of TreeSubSet
System (1)
compmod\system\collections\generic\sortedset.cs (1)
1703return new TreeSubSet(this, lowerValue, upperValue, true, true);
7 references to TreeSubSet
System (7)
compmod\system\collections\generic\sortedset.cs (7)
119SortedSet<T> baseTreeSubSet = collection as TreeSubSet; 991TreeSubSet t = this as TreeSubSet; 1133TreeSubSet t = this as TreeSubSet; 1977TreeSubSet ret = (TreeSubSet)underlying.GetViewBetween(lowerValue, upperValue);