2 references to EmptyGreatest
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlSortKey.cs (2)
101
this.isEmptyGreatest = collation.
EmptyGreatest
!= collation.DescendingOrder;
281
this.dblVal = (collation.
EmptyGreatest
!= collation.DescendingOrder) ? Double.PositiveInfinity : Double.NegativeInfinity;