4 writes to _currentIProtocolErrorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (4)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
57_currentIProtocolErrorCodeFeature = null; 232_currentIProtocolErrorCodeFeature = (IProtocolErrorCodeFeature?)value; 302feature = Unsafe.As<IProtocolErrorCodeFeature?, TFeature?>(ref _currentIProtocolErrorCodeFeature); 378_currentIProtocolErrorCodeFeature = Unsafe.As<TFeature?, IProtocolErrorCodeFeature?>(ref feature);
3 references to _currentIProtocolErrorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.NamedPipes (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
164feature = _currentIProtocolErrorCodeFeature; 440if (_currentIProtocolErrorCodeFeature != null) 442yield return new KeyValuePair<Type, object>(typeof(IProtocolErrorCodeFeature), _currentIProtocolErrorCodeFeature);