22 references to Insert
Microsoft.AspNetCore.Shared.Tests (22)
runtime\Http2\DynamicTableTest.cs (19)
33
dynamicTable.
Insert
(_header1.Name, _header1.Value);
36
dynamicTable.
Insert
(_header2.Name, _header2.Value);
46
dynamicTable.
Insert
(_header1.Name, _header1.Value);
49
dynamicTable.
Insert
(_header2.Name, _header2.Value);
57
dynamicTable.
Insert
(_header1.Name, _header1.Value);
58
dynamicTable.
Insert
(_header2.Name, _header2.Value);
69
dynamicTable.
Insert
(_header1.Name, _header1.Value);
77
dynamicTable.
Insert
(_header1.Name, _header1.Value);
87
dynamicTable.
Insert
(_header1.Name, _header1.Value);
91
dynamicTable.
Insert
(_header2.Name, _header2.Value);
144
table.
Insert
(data, data);
177
dynamicTable.
Insert
(data, data);
204
dynamicTable.
Insert
(_header1.Name, _header1.Value);
205
dynamicTable.
Insert
(_header2.Name, _header2.Value);
218
dynamicTable.
Insert
(_header1.Name, _header1.Value);
219
dynamicTable.
Insert
(_header2.Name, _header2.Value);
231
dynamicTable.
Insert
(_header1.Name, _header1.Value);
232
dynamicTable.
Insert
(_header2.Name, _header2.Value);
241
dynamicTable.
Insert
(_header2.Name, _header2.Value);
runtime\Http2\HPackDecoderTest.cs (2)
147
_dynamicTable.
Insert
(_headerNameBytes, _headerValueBytes);
159
_dynamicTable.
Insert
(_headerNameBytes, _headerValueBytes);
src\Shared\runtime\Http2\Hpack\HPackDecoder.cs (1)
529
_dynamicTable.
Insert
(headerNameSpan, headerValueSpan);