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