3 references to CatchAll
Microsoft.AspNetCore.App.Analyzers (3)
Infrastructure\RoutePattern\RoutePatternNodes.cs (1)
216
: base(RoutePatternKind.
CatchAll
)
Infrastructure\RoutePattern\RoutePatternParser.cs (2)
144
var catchAllParameterPart = parameterNode.GetChildNode(RoutePatternKind.
CatchAll
);
252
case RoutePatternKind.
CatchAll
: