3 instantiations of ItemsDictionary
Microsoft.AspNetCore.Http (1)
Features\ItemsFeature.cs (1)
16
Items = new
ItemsDictionary
();
Microsoft.AspNetCore.Http.Tests (2)
Internal\ItemsDictionaryTests.cs (2)
14
var dict = new
ItemsDictionary
();
25
var dict = new
ItemsDictionary
();
2 references to ItemsDictionary
Microsoft.AspNetCore.Http.Tests (2)
Internal\ItemsDictionaryTests.cs (2)
14
var
dict = new ItemsDictionary();
25
var
dict = new ItemsDictionary();