2 writes to _requestId
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
126
set =>
_requestId
= value;
132
_requestId
= CreateRequestId();
2 references to _requestId
Microsoft.AspNetCore.Server.Kestrel.Core (2)
Internal\Http\HttpProtocol.cs (2)
130
if (
_requestId
== null)
134
return
_requestId
;