1 write to _boxes
Microsoft.AspNetCore.HeaderParsing (1)
HeaderParsingFeature.cs (1)
64Array.Resize(ref _boxes, header.Position + 1);
4 references to _boxes
Microsoft.AspNetCore.HeaderParsing (4)
HeaderParsingFeature.cs (4)
62if (header.Position >= _boxes.Length) 67var box = (Box<T>?)_boxes[header.Position]; 71_boxes[header.Position] = box; 80foreach (var box in _boxes)