7 references to LiteralInt64
System.Private.Xml (7)
System\Xml\Xsl\IlGen\XmlILOptimizerVisitor.cs (7)
1309return Replace(XmlILOptimization.EliminateNegate, local0, VisitLiteralInt64(f.LiteralInt64(-local2))); 5408return this.f.LiteralInt64(value.ValueAsLong); 5521case QilNodeType.Add: return f.LiteralInt64(lngLeft + lngRight); 5522case QilNodeType.Subtract: return f.LiteralInt64(lngLeft - lngRight); 5523case QilNodeType.Multiply: return f.LiteralInt64(lngLeft * lngRight); 5524case QilNodeType.Divide: return f.LiteralInt64(lngLeft / lngRight); 5525case QilNodeType.Modulo: return f.LiteralInt64(lngLeft % lngRight);