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