4 writes to _currentIStreamDirectionFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
58_currentIStreamDirectionFeature = null; 236_currentIStreamDirectionFeature = (IStreamDirectionFeature?)value; 306feature = Unsafe.As<IStreamDirectionFeature?, TFeature?>(ref _currentIStreamDirectionFeature); 382_currentIStreamDirectionFeature = Unsafe.As<TFeature?, IStreamDirectionFeature?>(ref feature);
3 references to _currentIStreamDirectionFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
168feature = _currentIStreamDirectionFeature; 444if (_currentIStreamDirectionFeature != null) 446yield return new KeyValuePair<Type, object>(typeof(IStreamDirectionFeature), _currentIStreamDirectionFeature);