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