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