3 references to ParseDecimal
System.Formats.Nrbf (3)
System\Formats\Nrbf\ArraySinglePrimitiveRecord.cs (1)
198values.Add(reader.ParseDecimal());
System\Formats\Nrbf\NrbfDecoder.cs (1)
265PrimitiveType.Decimal => new MemberPrimitiveTypedRecord<decimal>(reader.ParseDecimal()),
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
95PrimitiveType.Decimal => reader.ParseDecimal(),