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