4 references to WriteDouble
Microsoft.CodeAnalysis (1)
ConstantValue.cs (1)
794writer.WriteDouble(this.DoubleValue);
System.Reflection.Emit (1)
System\Reflection\Emit\ILGeneratorImpl.cs (1)
304_builder.WriteDouble(arg);
System.Reflection.Metadata (2)
System\Reflection\Metadata\BlobWriterImpl.cs (1)
257writer.WriteDouble((double)value);
System\Reflection\Metadata\Ecma335\Encoding\InstructionEncoder.cs (1)
210CodeBuilder.WriteDouble(value);