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