1 write to IsCatchAll
Microsoft.AspNetCore.App.Analyzers (1)
Infrastructure\RoutePattern\RoutePatternTree.cs (1)
61
IsCatchAll
= isCatchAll;
2 references to IsCatchAll
Microsoft.AspNetCore.App.Analyzers.Test (2)
RouteEmbeddedLanguage\RoutePatternParserTests.cs (2)
210
Assert.True(routeParameter.
IsCatchAll
== parsedRoutePattern.IsCatchAll, "IsCatchAll");
267
new XAttribute("IsCatchAll", parameter.
IsCatchAll
),