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; 274feature = 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)
136feature = _currentIConnectionIdFeature; 412if (_currentIConnectionIdFeature != null) 414yield return new KeyValuePair<Type, object>(typeof(IConnectionIdFeature), _currentIConnectionIdFeature);