4 writes to _currentIHttpWebSocketFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
114_currentIHttpWebSocketFeature = null; 434_currentIHttpWebSocketFeature = (IHttpWebSocketFeature?)value; 588feature = Unsafe.As<IHttpWebSocketFeature?, TFeature?>(ref _currentIHttpWebSocketFeature); 748_currentIHttpWebSocketFeature = Unsafe.As<TFeature?, IHttpWebSocketFeature?>(ref feature);
3 references to _currentIHttpWebSocketFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
282feature = _currentIHttpWebSocketFeature; 894if (_currentIHttpWebSocketFeature != null) 896yield return new KeyValuePair<Type, object>(typeof(IHttpWebSocketFeature), _currentIHttpWebSocketFeature);