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);
126
table.
Insert
(data, data);
159
dynamicTable.
Insert
(data, data);
186
dynamicTable.
Insert
(_header1.Name, _header1.Value);
187
dynamicTable.
Insert
(_header2.Name, _header2.Value);
200
dynamicTable.
Insert
(_header1.Name, _header1.Value);
201
dynamicTable.
Insert
(_header2.Name, _header2.Value);
213
dynamicTable.
Insert
(_header1.Name, _header1.Value);
214
dynamicTable.
Insert
(_header2.Name, _header2.Value);
223
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)
524
_dynamicTable.
Insert
(headerNameSpan, headerValueSpan);