1 write to _traceIdentifier
Microsoft.AspNetCore.Hosting (1)
Internal\HostingApplicationDiagnostics.cs (1)
518
_traceIdentifier
= httpContext.TraceIdentifier;
2 references to _traceIdentifier
Microsoft.AspNetCore.Hosting (2)
Internal\HostingApplicationDiagnostics.cs (2)
505
return new KeyValuePair<string, object>("RequestId",
_traceIdentifier
);
532
_traceIdentifier
);