4 writes to _currentIHttpExtendedConnectFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
92_currentIHttpExtendedConnectFeature = this; 426_currentIHttpExtendedConnectFeature = (IHttpExtendedConnectFeature?)value; 580feature = Unsafe.As<IHttpExtendedConnectFeature?, TFeature?>(ref _currentIHttpExtendedConnectFeature); 740_currentIHttpExtendedConnectFeature = Unsafe.As<TFeature?, IHttpExtendedConnectFeature?>(ref feature);
3 references to _currentIHttpExtendedConnectFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
274feature = _currentIHttpExtendedConnectFeature; 886if (_currentIHttpExtendedConnectFeature != null) 888yield return new KeyValuePair<Type, object>(typeof(IHttpExtendedConnectFeature), _currentIHttpExtendedConnectFeature);