7 references to WriteInt64
Microsoft.CodeAnalysis (3)
CodeGen\ILBuilderEmit.cs (2)
769this.GetCurrentWriter().WriteInt64(int64); 781this.GetCurrentWriter().WriteInt64(int64);
ConstantValue.cs (1)
798writer.WriteInt64(this.Int64Value);
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
411_il.CodeBuilder.WriteInt64(arg);
System.Reflection.Metadata (3)
System\Reflection\Metadata\BlobBuilder.cs (1)
930WriteInt64(value.Ticks);
System\Reflection\Metadata\BlobWriterImpl.cs (1)
265writer.WriteInt64((long)value);
System\Reflection\Metadata\Ecma335\Encoding\InstructionEncoder.cs (1)
192CodeBuilder.WriteInt64(value);