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