1 write to decVal
System.Data.SqlXml (1)
System\Xml\Xsl\Runtime\XmlSortKey.cs (1)
131this.decVal = collation.DescendingOrder ? -value : value;
2 references to decVal
System.Data.SqlXml (2)
System\Xml\Xsl\Runtime\XmlSortKey.cs (2)
141cmp = Decimal.Compare(this.decVal, that.decVal);