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