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