5 references to ParseChar
System.Formats.Nrbf (5)
System\Formats\Nrbf\ArraySinglePrimitiveRecord.cs (1)
273values.Add((T)(object)reader.ParseChar());
System\Formats\Nrbf\ClassWithIdRecord.cs (1)
58MemberPrimitiveTypedRecord<char> => Create(reader.ParseChar()),
System\Formats\Nrbf\NrbfDecoder.cs (1)
257PrimitiveType.Char => new MemberPrimitiveTypedRecord<char>(reader.ParseChar()),
System\Formats\Nrbf\SystemClassWithMembersAndTypesRecord.cs (1)
60(PrimitiveType.Char, "System.Char", "m_value") => Create(reader.ParseChar()),
System\Formats\Nrbf\Utils\BinaryReaderExtensions.cs (1)
86PrimitiveType.Char => reader.ParseChar(),