5 writes to _currentIProtocolErrorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (5)
Internal\QuicStreamContext.FeatureCollection.cs (1)
126_currentIProtocolErrorCodeFeature = this;
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (4)
54_currentIProtocolErrorCodeFeature = null; 225_currentIProtocolErrorCodeFeature = (IProtocolErrorCodeFeature?)value; 291feature = Unsafe.As<IProtocolErrorCodeFeature?, TFeature?>(ref _currentIProtocolErrorCodeFeature); 363_currentIProtocolErrorCodeFeature = Unsafe.As<TFeature?, IProtocolErrorCodeFeature?>(ref feature);
3 references to _currentIProtocolErrorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportConnection.Generated.cs (3)
161feature = _currentIProtocolErrorCodeFeature; 421if (_currentIProtocolErrorCodeFeature != null) 423yield return new KeyValuePair<Type, object>(typeof(IProtocolErrorCodeFeature), _currentIProtocolErrorCodeFeature);