1 write to _matcher
Microsoft.AspNetCore.Routing (1)
RouteBase.cs (1)
332
_matcher
= new TemplateMatcher(ParsedTemplate, Defaults);
3 references to _matcher
Microsoft.AspNetCore.Routing (3)
RouteBase.cs (3)
115
if (!
_matcher
.TryMatch(requestPath, context.RouteData.Values))
327
[MemberNotNull(nameof(
_matcher
))]
330
if (
_matcher
== null)