3 writes to _runtimeProcessId
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (3)
1207
_runtimeProcessId
= 0;
1420
_runtimeProcessId
= info.ProcessId;
1432
_runtimeProcessId
= (ulong)Process.GetCurrentProcess().Id;
3 references to _runtimeProcessId
Microsoft.Diagnostics.NETCore.Client (3)
DiagnosticsServerRouter\DiagnosticsServerRouterFactory.cs (3)
1309
await IpcAdvertise.SerializeAsync(ipcClientStream, _runtimeInstanceId,
_runtimeProcessId
, token).ConfigureAwait(false);
1423
_logger?.LogDebug($"Retrieved runtime process information, pid={
_runtimeProcessId
}, cookie={_runtimeInstanceId}.");
1434
_logger?.LogWarning($"Failed to retrieve runtime process info, fallback to current process information, pid={
_runtimeProcessId
}, cookie={_runtimeInstanceId}.");