Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fixup
  • Loading branch information
CyrusNajmabadi committed Jan 30, 2024
commit dacead23727864d3a3947870a53b0ca7008f24d2
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public Guid ReadGuid()

public object ReadValue()
{
var code = (TypeCode)_reader.ReadByte();
var code = (TypeCode)ReadByte();
switch (code)
{
case TypeCode.Null: return null;
Expand Down