2 writes to _currentIHttpMaxRequestBodySizeFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
80_currentIHttpMaxRequestBodySizeFeature = this; 321_currentIHttpMaxRequestBodySizeFeature = feature;
3 references to _currentIHttpMaxRequestBodySizeFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
181return _currentIHttpMaxRequestBodySizeFeature; 447if (_currentIHttpMaxRequestBodySizeFeature != null) 449yield return new KeyValuePair<Type, object>(IHttpMaxRequestBodySizeFeature, _currentIHttpMaxRequestBodySizeFeature);