1 write to _routeValueDictionary
Microsoft.AspNetCore.Mvc.Core (1)
Routing\UrlHelperBase.cs (1)
36_routeValueDictionary = new RouteValueDictionary();
6 references to _routeValueDictionary
Microsoft.AspNetCore.Mvc.Core (6)
Routing\UrlHelperBase.cs (6)
83_routeValueDictionary.Clear(); 86_routeValueDictionary.Add(kvp.Key, kvp.Value); 89return _routeValueDictionary; 94_routeValueDictionary.Clear(); 97_routeValueDictionary.Add(kvp.Key, kvp.Value); 100return _routeValueDictionary;