6 references to ReadDouble
Microsoft.CodeAnalysis (3)
MetadataReader\MetadataDecoder.cs (2)
1107return ConstantValue.Create(sigReader.ReadDouble()); 1521return CreateTypedConstant(type, GetPrimitiveOrEnumTypedConstantKind(type), argReader.ReadDouble());
MetadataReader\PEModule.cs (1)
3736return ConstantValue.Create(reader.ReadDouble());
System.Reflection.Metadata (2)
System\Reflection\Metadata\BlobReader.cs (1)
686return ReadDouble();
System\Reflection\Metadata\Ecma335\CustomAttributeDecoder.cs (1)
325value = valueReader.ReadDouble();
System.Reflection.MetadataLoadContext (1)
System\Reflection\TypeLoading\General\Ecma\EcmaDefaultValueProcessing.cs (1)
62return reader.ReadDouble();