1 write to longVal
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
158this.longVal = collation.DescendingOrder ? ~value : value;
4 references to longVal
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlSortKey.cs (4)
167if (this.longVal == that.longVal) 170return (this.longVal < that.longVal) ? -1 : 1;