4 writes to _currentIEndpointFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
89
_currentIEndpointFeature
= this;
362
_currentIEndpointFeature
= (IEndpointFeature?)value;
516
feature = Unsafe.As<IEndpointFeature?, TFeature?>(ref
_currentIEndpointFeature
);
676
_currentIEndpointFeature
= Unsafe.As<TFeature?, IEndpointFeature?>(ref feature);
3 references to _currentIEndpointFeature
Microsoft.AspNetCore.Server.Kestrel.Core (3)
Internal\Http\HttpProtocol.Generated.cs (3)
210
feature =
_currentIEndpointFeature
;
822
if (
_currentIEndpointFeature
!= null)
824
yield return new KeyValuePair<Type, object>(typeof(IEndpointFeature),
_currentIEndpointFeature
);