4 writes to _currentIHttpMaxRequestBodySizeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
98
_currentIHttpMaxRequestBodySizeFeature
= this;
458
_currentIHttpMaxRequestBodySizeFeature
= (IHttpMaxRequestBodySizeFeature?)value;
612
feature = 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)
306
feature =
_currentIHttpMaxRequestBodySizeFeature
;
918
if (
_currentIHttpMaxRequestBodySizeFeature
!= null)
920
yield return new KeyValuePair<Type, object>(typeof(IHttpMaxRequestBodySizeFeature),
_currentIHttpMaxRequestBodySizeFeature
);