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