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