1 write to _longVal
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
175
_longVal
= collation.DescendingOrder ? ~value : value;
4 references to _longVal
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlSortKey.cs (4)
185
if (
_longVal
== that.
_longVal
)
188
return (
_longVal
< that.
_longVal
) ? -1 : 1;