4 instantiations of BinXmlSqlDecimal
System.Xml (4)
System\Xml\BinaryXml\XmlBinaryReader.cs (4)
3301
BinXmlSqlDecimal v = new
BinXmlSqlDecimal
(this.data, this.tokDataPos, token == BinXmlToken.XSD_DECIMAL);
3533
BinXmlSqlDecimal v = new
BinXmlSqlDecimal
( this.data, this.tokDataPos, token == BinXmlToken.XSD_DECIMAL );
3666
BinXmlSqlDecimal v = new
BinXmlSqlDecimal
(this.data, this.tokDataPos, token == BinXmlToken.XSD_DECIMAL);
3831
(new
BinXmlSqlDecimal
(this.data, this.tokDataPos, token == BinXmlToken.XSD_DECIMAL)).ToDecimal(),
3 references to BinXmlSqlDecimal
System.Xml (3)
System\Xml\BinaryXml\XmlBinaryReader.cs (3)
3301
BinXmlSqlDecimal
v = new BinXmlSqlDecimal(this.data, this.tokDataPos, token == BinXmlToken.XSD_DECIMAL);
3533
BinXmlSqlDecimal
v = new BinXmlSqlDecimal( this.data, this.tokDataPos, token == BinXmlToken.XSD_DECIMAL );
3666
BinXmlSqlDecimal
v = new BinXmlSqlDecimal(this.data, this.tokDataPos, token == BinXmlToken.XSD_DECIMAL);