4 writes to _currentIHttpWebSocketFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
114
_currentIHttpWebSocketFeature
= null;
434
_currentIHttpWebSocketFeature
= (IHttpWebSocketFeature?)value;
588
feature = 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)
282
feature =
_currentIHttpWebSocketFeature
;
894
if (
_currentIHttpWebSocketFeature
!= null)
896
yield return new KeyValuePair<Type, object>(typeof(IHttpWebSocketFeature),
_currentIHttpWebSocketFeature
);