4 writes to _currentIConnectionSocketFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
56_currentIConnectionSocketFeature = null; 228_currentIConnectionSocketFeature = (IConnectionSocketFeature?)value; 298feature = Unsafe.As<IConnectionSocketFeature?, TFeature?>(ref _currentIConnectionSocketFeature); 374_currentIConnectionSocketFeature = Unsafe.As<TFeature?, IConnectionSocketFeature?>(ref feature);
3 references to _currentIConnectionSocketFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
160feature = _currentIConnectionSocketFeature; 436if (_currentIConnectionSocketFeature != null) 438yield return new KeyValuePair<Type, object>(typeof(IConnectionSocketFeature), _currentIConnectionSocketFeature);