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