5 writes to _currentIStreamDirectionFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (5)
Internal\QuicStreamContext.FeatureCollection.cs (1)
125_currentIStreamDirectionFeature = this;
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
55_currentIStreamDirectionFeature = null; 229_currentIStreamDirectionFeature = (IStreamDirectionFeature?)value; 295feature = Unsafe.As<IStreamDirectionFeature?, TFeature?>(ref _currentIStreamDirectionFeature); 367_currentIStreamDirectionFeature = Unsafe.As<TFeature?, IStreamDirectionFeature?>(ref feature);
3 references to _currentIStreamDirectionFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
165feature = _currentIStreamDirectionFeature; 425if (_currentIStreamDirectionFeature != null) 427yield return new KeyValuePair<Type, object>(typeof(IStreamDirectionFeature), _currentIStreamDirectionFeature);