4 writes to _currentIConnectionIdFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
48
_currentIConnectionIdFeature
= this;
204
_currentIConnectionIdFeature
= (IConnectionIdFeature?)value;
274
feature = Unsafe.As<IConnectionIdFeature?, TFeature?>(ref
_currentIConnectionIdFeature
);
350
_currentIConnectionIdFeature
= Unsafe.As<TFeature?, IConnectionIdFeature?>(ref feature);
3 references to _currentIConnectionIdFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
136
feature =
_currentIConnectionIdFeature
;
412
if (
_currentIConnectionIdFeature
!= null)
414
yield return new KeyValuePair<Type, object>(typeof(IConnectionIdFeature),
_currentIConnectionIdFeature
);