2 writes to _routeValues
Microsoft.AspNetCore.Http (2)
Features\RouteValuesFeature.cs (2)
26
_routeValues
= new RouteValueDictionary();
31
set =>
_routeValues
= value;
2 references to _routeValues
Microsoft.AspNetCore.Http (2)
Features\RouteValuesFeature.cs (2)
24
if (
_routeValues
== null)
29
return
_routeValues
;