3 references to GetValues
Microsoft.AspNetCore.Routing (3)
DefaultLinkGenerator.cs (1)
290var templateValuesResult = templateBinder.GetValues(ambientValues, values);
RouteBase.cs (1)
149var values = _binder.GetValues(context.AmbientValues, context.Values);
Tree\TreeRouter.cs (1)
312var bindingResult = binder.GetValues(context.AmbientValues, inputValues);