4 writes to _currentIHttpMaxRequestBodySizeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
98_currentIHttpMaxRequestBodySizeFeature = this; 458_currentIHttpMaxRequestBodySizeFeature = (IHttpMaxRequestBodySizeFeature?)value; 612feature = Unsafe.As<IHttpMaxRequestBodySizeFeature?, TFeature?>(ref _currentIHttpMaxRequestBodySizeFeature); 772_currentIHttpMaxRequestBodySizeFeature = Unsafe.As<TFeature?, IHttpMaxRequestBodySizeFeature?>(ref feature);
3 references to _currentIHttpMaxRequestBodySizeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
306feature = _currentIHttpMaxRequestBodySizeFeature; 918if (_currentIHttpMaxRequestBodySizeFeature != null) 920yield return new KeyValuePair<Type, object>(typeof(IHttpMaxRequestBodySizeFeature), _currentIHttpMaxRequestBodySizeFeature);