Implemented interface member:
18 references to Add
Microsoft.AspNetCore.Http.Abstractions (3)
Routing\RouteValueDictionary.cs (3)
219Add(kvp.Key, kvp.Value); 258Add(kvp.Key, kvp.Value); 360Add(item.Key, item.Value);
Microsoft.AspNetCore.Identity (1)
IdentityApiEndpointRouteBuilderExtensions.cs (1)
412routeValues.Add("changedEmail", email);
Microsoft.AspNetCore.Mvc.Core (3)
Routing\AttributeRoute.cs (1)
84defaults.Add(kvp.Key, kvp.Value);
Routing\UrlHelperBase.cs (2)
85_routeValueDictionary.Add(kvp.Key, kvp.Value); 96_routeValueDictionary.Add(kvp.Key, kvp.Value);
Microsoft.AspNetCore.Routing (9)
Patterns\RoutePatternMatcher.cs (2)
194values.Add(kvp.Key, kvp.Value); 474outValues.Add(parameterNeedsValue.Name, new string(parameterValueSpan));
RouteBase.cs (2)
191pathData.DataTokens.Add(dataToken.Key, dataToken.Value); 266result.Add(parameter.Name!, parameter.DefaultValue);
Template\TemplateBinder.cs (2)
398acceptedValues.Add(kvp.Key, kvp.Value); 714combinedValues.Add(kvp.Key, kvp.Value);
Tree\TreeRouteBuilder.cs (2)
152entry.Defaults.Add(parameter.Name, parameter.DefaultValue); 224entry.Defaults.Add(parameter.Name, parameter.DefaultValue);
Tree\TreeRouter.cs (1)
309inputValues.Add(kvp.Key, kvp.Value);
Microsoft.AspNetCore.Routing.Abstractions (2)
RouteData.cs (2)
246_routeData._dataTokens.Add(kvp.Key, kvp.Value); 308_routeData._values.Add(kvp.Key, kvp.Value);