1 instantiation of ParameterPolicyParseResults
Microsoft.AspNetCore.Routing (1)
Patterns\RouteParameterParser.cs (1)
237return new ParameterPolicyParseResults(currentIndex, constraints.ToArray());
2 references to ParameterPolicyParseResults
Microsoft.AspNetCore.Routing (2)
Patterns\RouteParameterParser.cs (2)
77var parseResults = ParseConstraints(parameter, currentIndex, endIndex); 95private static ParameterPolicyParseResults ParseConstraints(