3 instantiations of StubRouter
Microsoft.AspNetCore.Routing.Tests (3)
Tree\TreeRouterTest.cs (3)
1425
var next = new
StubRouter
();
2021
handler ?? new
StubRouter
(),
2041
handler ?? new
StubRouter
(),
1 reference to StubRouter
Microsoft.AspNetCore.Routing.Tests (1)
Tree\TreeRouterTest.cs (1)
1425
var
next = new StubRouter();