2 writes to TraceIdentifier
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (1)
360TraceIdentifier = null!;
Internal\Http\HttpProtocol.FeatureCollection.cs (1)
189set => TraceIdentifier = value;
20 references to TraceIdentifier
Microsoft.AspNetCore.Server.Kestrel.Core (20)
Internal\Http\Http1Connection.cs (2)
126Log.ApplicationAbortedConnection(ConnectionId, TraceIdentifier); 164Log.RequestBodyMinimumDataRateNotSatisfied(ConnectionId, TraceIdentifier, MinRequestBodyDataRate.BytesPerSecond);
Internal\Http\Http1MessageBody.cs (4)
72Log.RequestBodyDrainBodyReaderInvalidState(_context.ConnectionIdFeature, _context.TraceIdentifier, ex); 84Log.RequestBodyNotEntirelyRead(_context.ConnectionIdFeature, _context.TraceIdentifier); 103Log.RequestBodyDrainTimedOut(_context.ConnectionIdFeature, _context.TraceIdentifier); 107Log.RequestBodyDrainBodyReaderInvalidState(_context.ConnectionIdFeature, _context.TraceIdentifier, ex);
Internal\Http\HttpProtocol.cs (4)
489Log.ApplicationError(ConnectionId, TraceIdentifier, ex); 711Log.RequestAborted(ConnectionId, TraceIdentifier); 855protocol.Log.ApplicationError(protocol.ConnectionId, protocol.TraceIdentifier, ex); 1454Log.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)
158Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier); 605Log.Http2StreamResetAbort(TraceIdentifier, error, abortReason);
Internal\Http3\Http3Stream.cs (2)
175Log.Http3StreamAbort(TraceIdentifier, errorCode, abortReason); 546Log.RequestBodyNotEntirelyRead(ConnectionIdFeature, TraceIdentifier);
Internal\HttpConnection.cs (1)
290Log.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);