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