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