16 references to Ldc_I8
illink (3)
Linker.Steps\CodeRewriterStep.cs (2)
257
return Instruction.Create(OpCodes.
Ldc_I8
, longValue);
260
return Instruction.Create(OpCodes.
Ldc_I8
, 0L);
Linker.Steps\UnreachableBlocksOptimizer.cs (1)
1928
PushOnStack(Instruction.Create(OpCodes.
Ldc_I8
, (long)oint));
Microsoft.Maui.Controls.Build.Tasks (13)
CompiledMarkupExtensions\StaticExtension.cs (4)
59
return new[] { Instruction.Create(OpCodes.
Ldc_I8
, (long)fieldDef.Constant) };
61
return new[] { Instruction.Create(OpCodes.
Ldc_I8
, (ulong)fieldDef.Constant) };
67
return new[] { Instruction.Create(OpCodes.
Ldc_I8
, (long)fieldDef.Constant) };
69
return new[] { Instruction.Create(OpCodes.
Ldc_I8
, (ulong)fieldDef.Constant) };
CreateObjectVisitor.cs (5)
420
yield return Create(
Ldc_I8
, outlong);
422
yield return Create(
Ldc_I8
, 0L);
444
yield return Create(
Ldc_I8
, outulong);
446
yield return Create(
Ldc_I8
, 0L);
542
yield return Create(
Ldc_I8
, 0L);
NodeILExtensions.cs (4)
243
yield return Instruction.Create(OpCodes.
Ldc_I8
, TryFormat(s => Int64.Parse(s, CultureInfo.InvariantCulture), node, str));
251
yield return Instruction.Create(OpCodes.
Ldc_I8
, unchecked((long)TryFormat(s => UInt64.Parse(s, CultureInfo.InvariantCulture), node, str)));
267
yield return Instruction.Create(OpCodes.
Ldc_I8
, ticks);
274
yield return Instruction.Create(OpCodes.
Ldc_I8
, ticks);