2 references to SetParameterPolicy
Microsoft.AspNetCore.Routing (2)
RegexInlineRouteConstraintSetup.cs (1)
21options.SetParameterPolicy<RegexInlineRouteConstraint>("regex");
RouteOptions.cs (1)
97/// <see cref="SetParameterPolicy{T}(string)"/> ensures that types are added to the constraint map in a trimmer safe way.