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;
306
feature = 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)
168
feature =
_currentIStreamDirectionFeature
;
444
if (
_currentIStreamDirectionFeature
!= null)
446
yield return new KeyValuePair<Type, object>(typeof(IStreamDirectionFeature),
_currentIStreamDirectionFeature
);