4 writes to _currentIHttpWebTransportFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
100_currentIHttpWebTransportFeature = this; 438_currentIHttpWebTransportFeature = (IHttpWebTransportFeature?)value; 592feature = Unsafe.As<IHttpWebTransportFeature?, TFeature?>(ref _currentIHttpWebTransportFeature); 752_currentIHttpWebTransportFeature = Unsafe.As<TFeature?, IHttpWebTransportFeature?>(ref feature);
3 references to _currentIHttpWebTransportFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
286feature = _currentIHttpWebTransportFeature; 898if (_currentIHttpWebTransportFeature != null) 900yield return new KeyValuePair<Type, object>(typeof(IHttpWebTransportFeature), _currentIHttpWebTransportFeature);