2 references to CheckLiteralInt64
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilFactory.cs (1)
296
n.XmlType = this.typeCheck.
CheckLiteralInt64
(n);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
57
case QilNodeType.LiteralInt64: return
CheckLiteralInt64
((QilLiteral)n);