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)
1309await 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}.");