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