4 references to Fetch
Microsoft.AspNetCore.Http (3)
DefaultHttpContext.cs (1)
121
_features.
Fetch
(ref _features.Cache.ServiceProviders, this, _newServiceProvidersFeature)!;
Internal\DefaultHttpRequest.cs (2)
56
_features.
Fetch
(ref _features.Cache.Form, this, _newFormFeature)!;
65
_features.
Fetch
(ref _features.Cache.BodyPipe, this.HttpContext, _newRequestBodyPipeFeature)!;
Microsoft.Extensions.Features (1)
FeatureReferences.cs (1)
144
where TFeature : class? =>
Fetch
(ref cached, Collection, factory);