2 writes to _routeValues
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.FeatureCollection.cs (2)
238
get =>
_routeValues
??= new RouteValueDictionary();
239
set =>
_routeValues
= value;
1 reference to _routeValues
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http\HttpProtocol.cs (1)
347
_routeValues
?.Clear();