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)
185if (_longVal == that._longVal) 188return (_longVal < that._longVal) ? -1 : 1;