2 writes to TraceIdentifier
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (1)
353TraceIdentifier = null!;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
189set => TraceIdentifier = value;
18 references to TraceIdentifier
Microsoft.AspNetCore.Server.Kestrel.Core (18)
Internal\Http\Http1Connection.cs (2)
123Log.ApplicationAbortedConnection(ConnectionId, TraceIdentifier); 151Log.RequestBodyMinimumDataRateNotSatisfied(ConnectionId, TraceIdentifier, MinRequestBodyDataRate.BytesPerSecond);
Internal\Http\Http1MessageBody.cs (2)
84Log.RequestBodyNotEntirelyRead(_context.ConnectionIdFeature, _context.TraceIdentifier); 103Log.RequestBodyDrainTimedOut(_context.ConnectionIdFeature, _context.TraceIdentifier);
Internal\Http\HttpProtocol.cs (4)
482Log.ApplicationError(ConnectionId, TraceIdentifier, ex); 704Log.RequestAborted(ConnectionId, TraceIdentifier); 848protocol.Log.ApplicationError(protocol.ConnectionId, protocol.TraceIdentifier, ex); 1452Log.ApplicationError(ConnectionId, TraceIdentifier, ex);
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
188get => TraceIdentifier;
Internal\Http\MessageBody.cs (2)
135Log.RequestBodyStart(_context.ConnectionIdFeature, _context.TraceIdentifier); 163Log.RequestBodyDone(_context.ConnectionIdFeature, _context.TraceIdentifier);
Internal\Http2\Http2Stream.cs (2)
146Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier); 593Log.Http2StreamResetAbort(TraceIdentifier, error, abortReason);
Internal\Http3\Http3Stream.cs (2)
174Log.Http3StreamAbort(TraceIdentifier, errorCode, abortReason); 545Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier);
Internal\HttpConnection.cs (1)
271Log.ResponseMinimumDataRateNotSatisfied(_context.ConnectionId, _http1Connection?.TraceIdentifier);
Internal\Infrastructure\KestrelEventSource.cs (2)
110RequestStart(httpProtocol.ConnectionIdFeature, httpProtocol.TraceIdentifier, httpProtocol.HttpVersion, httpProtocol.Path!, httpProtocol.MethodText); 135RequestStop(httpProtocol.ConnectionIdFeature, httpProtocol.TraceIdentifier, httpProtocol.HttpVersion, httpProtocol.Path!, httpProtocol.MethodText);