4 writes to _currentIBadRequestExceptionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
101_currentIBadRequestExceptionFeature = this; 442_currentIBadRequestExceptionFeature = (IBadRequestExceptionFeature?)value; 596feature = 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)
290feature = _currentIBadRequestExceptionFeature; 902if (_currentIBadRequestExceptionFeature != null) 904yield return new KeyValuePair<Type, object>(typeof(IBadRequestExceptionFeature), _currentIBadRequestExceptionFeature);