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)
28v = (uint)((_data[0] << 24) | (_data[1] << 16) | (_data[2] << 8) | _data[3]); 39v = BinaryPrimitives.ReadUInt32BigEndian(_data.AsSpan());