1 write to _instanceId
Microsoft.Build (1)
BackEnd\Node\OutOfProcServerNode.cs (1)
105
_instanceId
= instanceId;
2 references to _instanceId
Microsoft.Build (2)
BackEnd\Node\OutOfProcServerNode.cs (2)
128
_instanceId
);
361
bool shouldReuse = buildComplete.PrepareForReuse &&
_instanceId
is null;