1 write to _routeValueDictionary
Microsoft.AspNetCore.Mvc.Core (1)
Routing\UrlHelperBase.cs (1)
35_routeValueDictionary = new RouteValueDictionary();
6 references to _routeValueDictionary
Microsoft.AspNetCore.Mvc.Core (6)
Routing\UrlHelperBase.cs (6)
82_routeValueDictionary.Clear(); 85_routeValueDictionary.Add(kvp.Key, kvp.Value); 88return _routeValueDictionary; 93_routeValueDictionary.Clear(); 96_routeValueDictionary.Add(kvp.Key, kvp.Value); 99return _routeValueDictionary;