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;
295
feature = 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)
165
feature =
_currentIStreamDirectionFeature
;
425
if (
_currentIStreamDirectionFeature
!= null)
427
yield return new KeyValuePair<Type, object>(typeof(IStreamDirectionFeature),
_currentIStreamDirectionFeature
);