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