16 references to Ldc_I8
illink (3)
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);