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