1 write to intVal
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
183this.intVal = collation.DescendingOrder ? ~value : value;
4 references to intVal
System.Data.SqlXml (4)
System\Xml\Xsl\Runtime\XmlSortKey.cs (4)
192if (this.intVal == that.intVal) 195return (this.intVal < that.intVal) ? -1 : 1;