2 instantiations of Box
Microsoft.AspNetCore.HeaderParsing (2)
HeaderParsingFeature.cs (2)
70box = new Box<T>(); 162var b = new Box<T>();
6 references to Box
Microsoft.AspNetCore.HeaderParsing (6)
HeaderParsingFeature.cs (6)
67var box = (Box<T>?)_boxes[header.Position]; 146var b = (Box<T>)o; 162var b = new Box<T>(); 193private void CopyTo(Box<T> to)