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