4 writes to _currentIBadRequestExceptionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
101
_currentIBadRequestExceptionFeature
= this;
442
_currentIBadRequestExceptionFeature
= (IBadRequestExceptionFeature?)value;
596
feature = Unsafe.As<IBadRequestExceptionFeature?, TFeature?>(ref
_currentIBadRequestExceptionFeature
);
756
_currentIBadRequestExceptionFeature
= Unsafe.As<TFeature?, IBadRequestExceptionFeature?>(ref feature);
3 references to _currentIBadRequestExceptionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
290
feature =
_currentIBadRequestExceptionFeature
;
902
if (
_currentIBadRequestExceptionFeature
!= null)
904
yield return new KeyValuePair<Type, object>(typeof(IBadRequestExceptionFeature),
_currentIBadRequestExceptionFeature
);