1 write to _serverInstanceId
Microsoft.Build (1)
BackEnd\Client\MSBuildClient.cs (1)
191_serverInstanceId = shutdownServerAfterBuild ? Guid.NewGuid().ToString("N") : null;
4 references to _serverInstanceId
Microsoft.Build (4)
BackEnd\Client\MSBuildClient.cs (4)
574=> _serverInstanceId is null 584$"{OutOfProcServerNode.ServerInstanceIdCommandLineSwitch}{_serverInstanceId}" 592bool boundTransientConnectionTimeout = _serverInstanceId is not null; 674_serverInstanceId);