1 write to _data
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (1)
BinaryPrimitivesBenchmark.cs (1)
19
_data
= new byte[4];
5 references to _data
Microsoft.AspNetCore.Server.Kestrel.Microbenchmarks (5)
BinaryPrimitivesBenchmark.cs (5)
28
v = (uint)((
_data
[0] << 24) | (
_data
[1] << 16) | (
_data
[2] << 8) |
_data
[3]);
39
v = BinaryPrimitives.ReadUInt32BigEndian(
_data
.AsSpan());