2 writes to data
System.Xml (2)
System\Xml\BinaryXml\SqlUtils.cs (2)
546
public BinXmlSqlMoney(int v) { this.
data
= v; }
547
public BinXmlSqlMoney(long v) { this.
data
= v; }
3 references to data
System.Xml (3)
System\Xml\BinaryXml\SqlUtils.cs (3)
552
if (this.
data
< 0) {
554
v = (ulong)unchecked(-this.
data
);
558
v = (ulong)this.
data
;