4 writes to _currentIHttpConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
95_currentIHttpConnectionFeature = this; 402_currentIHttpConnectionFeature = (IHttpConnectionFeature?)value; 556feature = Unsafe.As<IHttpConnectionFeature?, TFeature?>(ref _currentIHttpConnectionFeature); 716_currentIHttpConnectionFeature = Unsafe.As<TFeature?, IHttpConnectionFeature?>(ref feature);
3 references to _currentIHttpConnectionFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
250feature = _currentIHttpConnectionFeature; 862if (_currentIHttpConnectionFeature != null) 864yield return new KeyValuePair<Type, object>(typeof(IHttpConnectionFeature), _currentIHttpConnectionFeature);