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)
181
return
_currentIHttpMaxRequestBodySizeFeature
;
447
if (
_currentIHttpMaxRequestBodySizeFeature
!= null)
449
yield return new KeyValuePair<Type, object>(IHttpMaxRequestBodySizeFeature,
_currentIHttpMaxRequestBodySizeFeature
);