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