4 references to ILEmitTrieFactory
Microsoft.AspNetCore.Routing (2)
Matching\ILEmitTrieJumpTable.cs (2)
80
var generated =
ILEmitTrieFactory
.Create(_defaultDestination, _exitDestination, _entries, _vectorize);
89
if (result ==
ILEmitTrieFactory
.NotAscii)
Microsoft.AspNetCore.Routing.Tests (2)
Matching\ILEmitTrieFactoryTest.cs (2)
24
var actual =
ILEmitTrieFactory
.ShouldVectorize(entries);
42
var actual =
ILEmitTrieFactory
.ShouldVectorize(entries);