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