1 write to _intVal
System.Private.Xml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
203_intVal = collation.DescendingOrder ? ~value : value;
4 references to _intVal
System.Private.Xml (4)
System\Xml\Xsl\Runtime\XmlSortKey.cs (4)
213if (_intVal == that._intVal) 216return (_intVal < that._intVal) ? -1 : 1;