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