1 write to _errorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (1)
Internal\Http3\Http3Stream.cs (1)
109_errorCodeFeature = _context.ConnectionFeatures.GetRequiredFeature<IProtocolErrorCodeFeature>();
5 references to _errorCodeFeature
Microsoft.AspNetCore.Server.Kestrel.Core (5)
Internal\Http3\Http3Stream.cs (5)
190_errorCodeFeature.Error = (long)errorCode; 629var errorCode = stream._errorCodeFeature.Error; 688_errorCodeFeature.Error = (long)ex.ErrorCode; 699var resolvedErrorCode = _errorCodeFeature.Error >= 0 ? _errorCodeFeature.Error : 0;