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