3 references to DfaBuilderWorkerWorkItem
Microsoft.AspNetCore.Routing (3)
Matching\DfaMatcherBuilder.cs (3)
83
work.Add(new
DfaBuilderWorkerWorkItem
(endpoint, precedenceDigit, new List<DfaNode>() { root, }));
219
nextWork[nextWorkCount] = new
DfaBuilderWorkerWorkItem
(endpoint, nextPrecedenceDigit, nextParents);
228
nextWork.Add(new
DfaBuilderWorkerWorkItem
(endpoint, nextPrecedenceDigit, nextParents));