2 references to MatchingDelegate
Microsoft.AspNetCore.Routing.Tests (2)
Tree\TreeRouterTest.cs (2)
2109
if (
MatchingDelegate
== null)
2115
context.Handler =
MatchingDelegate
(context) ? NullHandler : null;