2 references to minSize
System.Private.Xml (2)
System\Xml\XPath\Internal\SortQuery.cs (2)
151
if (size <= 0) size =
minSize
;
155
public XPathSortComparer() : this(
minSize
) { }