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
}"
592
bool boundTransientConnectionTimeout =
_serverInstanceId
is not null;
674
_serverInstanceId
);