1 instantiation of ConstraintParseResults
Microsoft.AspNetCore.Routing (1)
InlineRouteParameterParser.cs (1)
224return new ConstraintParseResults(currentIndex, inlineConstraints);
2 references to ConstraintParseResults
Microsoft.AspNetCore.Routing (2)
InlineRouteParameterParser.cs (2)
78var parseResults = ParseConstraints(routeParameter, currentIndex, endIndex); 95private static ConstraintParseResults ParseConstraints(