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