2 writes to _requestId
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
119set => _requestId = value; 125_requestId = CreateRequestId();
2 references to _requestId
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
123if (_requestId == null) 127return _requestId;