1 write to _launchedServerPid
Microsoft.Build (1)
BackEnd\Client\MSBuildClient.cs (1)
479
_launchedServerPid
= msbuildProcess.Id;
2 references to _launchedServerPid
Microsoft.Build (2)
BackEnd\Client\MSBuildClient.cs (2)
480
CommunicationsUtilities.Trace($"Server started with PID: {
_launchedServerPid
}");
691
if (
_launchedServerPid
is int pid)