4 writes to _currentIConnectionEndPointFeature
InMemory.FunctionalTests (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
53
_currentIConnectionEndPointFeature
= this;
256
_currentIConnectionEndPointFeature
= (IConnectionEndPointFeature?)value;
326
feature = Unsafe.As<IConnectionEndPointFeature?, TFeature?>(ref
_currentIConnectionEndPointFeature
);
402
_currentIConnectionEndPointFeature
= Unsafe.As<TFeature?, IConnectionEndPointFeature?>(ref feature);
3 references to _currentIConnectionEndPointFeature
InMemory.FunctionalTests (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
188
feature =
_currentIConnectionEndPointFeature
;
464
if (
_currentIConnectionEndPointFeature
!= null)
466
yield return new KeyValuePair<Type, object>(typeof(IConnectionEndPointFeature),
_currentIConnectionEndPointFeature
);