4 references to ReadInt
Microsoft.AspNetCore.Components.Server.Tests (4)
Circuits\RenderBatchWriterTest.cs (4)
169
var diffsStartIndex =
ReadInt
(bytes, bytes.Length - 20);
233
var referenceFramesStartIndex =
ReadInt
(bytes, bytes.Length - 16);
289
var stringTableStartPosition =
ReadInt
(bytes, bytes.Length - 4);
298
var tableEntryPos =
ReadInt
(bytes, entryPosition);