2 writes to _currentIHttpMaxRequestBodySizeFeature
Microsoft.AspNetCore.Server.IIS (2)
Core\IISHttpContext.Features.cs (2)
78_currentIHttpMaxRequestBodySizeFeature = this; 314_currentIHttpMaxRequestBodySizeFeature = feature;
3 references to _currentIHttpMaxRequestBodySizeFeature
Microsoft.AspNetCore.Server.IIS (3)
Core\IISHttpContext.Features.cs (3)
178return _currentIHttpMaxRequestBodySizeFeature; 435if (_currentIHttpMaxRequestBodySizeFeature != null) 437yield return new KeyValuePair<Type, object>(IHttpMaxRequestBodySizeFeature, _currentIHttpMaxRequestBodySizeFeature);