1 write to _numericBytesScratch
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\BufferExtensions.cs (1)
265_numericBytesScratch = bytes;
1 reference to _numericBytesScratch
Microsoft.AspNetCore.Server.Kestrel.Core (1)
src\Shared\ServerInfrastructure\BufferExtensions.cs (1)
259private static byte[] NumericBytesScratch => _numericBytesScratch ?? CreateNumericBytesScratch();