5 writes to _currentIProtocolErrorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (5)
Internal\QuicConnectionContext.FeatureCollection.cs (1)
43
_currentIProtocolErrorCodeFeature
= this;
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (4)
45
_currentIProtocolErrorCodeFeature
= null;
180
_currentIProtocolErrorCodeFeature
= (IProtocolErrorCodeFeature?)value;
222
feature = Unsafe.As<IProtocolErrorCodeFeature?, TFeature?>(ref
_currentIProtocolErrorCodeFeature
);
265
_currentIProtocolErrorCodeFeature
= Unsafe.As<TFeature?, IProtocolErrorCodeFeature?>(ref feature);
3 references to _currentIProtocolErrorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Transport.Quic (3)
src\Servers\Kestrel\shared\TransportMultiplexedConnection.Generated.cs (3)
140
feature =
_currentIProtocolErrorCodeFeature
;
299
if (
_currentIProtocolErrorCodeFeature
!= null)
301
yield return new KeyValuePair<Type, object>(typeof(IProtocolErrorCodeFeature),
_currentIProtocolErrorCodeFeature
);