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