20 references to Fetch
Microsoft.AspNetCore.Http (20)
DefaultHttpContext.cs (6)
118_features.Fetch(ref _features.Cache.Items, _newItemsFeature)!; 124_features.Fetch(ref _features.Cache.Authentication, _newHttpAuthenticationFeature)!; 127_features.Fetch(ref _features.Cache.Lifetime, _newHttpRequestLifetimeFeature)!; 130_features.Fetch(ref _features.Cache.Session, _newSessionFeature)!; 133_features.Fetch(ref _features.Cache.Session, _nullSessionFeature); 136_features.Fetch(ref _features.Cache.RequestIdentifier, _newHttpRequestIdentifierFeature)!;
Features\QueryFeature.cs (1)
47_features.Fetch(ref _features.Cache, _nullRequestFeature)!;
Features\RequestCookiesFeature.cs (1)
44_features.Fetch(ref _features.Cache, _nullRequestFeature)!;
Internal\DefaultConnectionInfo.cs (3)
41_features.Fetch(ref _features.Cache.Connection, _newHttpConnectionFeature)!; 44_features.Fetch(ref _features.Cache.TlsConnection, _newTlsConnectionFeature)!; 47_features.Fetch(ref _features.Cache.ConnectionLifetime, _newConnectionLifetime)!;
Internal\DefaultHttpRequest.cs (4)
50_features.Fetch(ref _features.Cache.Request, _nullRequestFeature)!; 53_features.Fetch(ref _features.Cache.Query, _newQueryFeature)!; 59_features.Fetch(ref _features.Cache.Cookies, _newRequestCookiesFeature)!; 62_features.Fetch(ref _features.Cache.RouteValues, _newRouteValuesFeature)!;
Internal\DefaultHttpResponse.cs (3)
46_features.Fetch(ref _features.Cache.Response, _nullResponseFeature)!; 49_features.Fetch(ref _features.Cache.ResponseBody, _nullResponseBodyFeature)!; 52_features.Fetch(ref _features.Cache.Cookies, _newResponseCookiesFeature)!;
Internal\DefaultWebSocketManager.cs (2)
40_features.Fetch(ref _features.Cache.Request, _nullRequestFeature)!; 43_features.Fetch(ref _features.Cache.WebSockets, _nullWebSocketFeature)!;