5 references to ReadUInt24BE
Microsoft.Build.Tasks.Git (5)
GitDataReader\GitRefTableReader.cs (3)
152
var blockSize =
ReadUInt24BE
();
397
var blockLength =
ReadUInt24BE
();
432
var offset =
ReadUInt24BE
();
GitDataReader\GitRefTableReader.Diagnostics.cs (2)
43
var unalignedSize =
ReadUInt24BE
();
75
restartOffsets.Add(
ReadUInt24BE
());