2 references to CheckLiteralInt32
System.Data.SqlXml (2)
System\Xml\Xsl\QIL\QilFactory.cs (1)
289
n.XmlType = this.typeCheck.
CheckLiteralInt32
(n);
System\Xml\Xsl\QIL\QilTypeChecker.cs (1)
56
case QilNodeType.LiteralInt32: return
CheckLiteralInt32
((QilLiteral)n);