4 writes to _currentIEndpointFeature
Microsoft.AspNetCore.Server.Kestrel.Core (4)
Internal\Http\HttpProtocol.Generated.cs (4)
89_currentIEndpointFeature = this; 362_currentIEndpointFeature = (IEndpointFeature?)value; 516feature = 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)
210feature = _currentIEndpointFeature; 822if (_currentIEndpointFeature != null) 824yield return new KeyValuePair<Type, object>(typeof(IEndpointFeature), _currentIEndpointFeature);