1 write to ErrorMessage
Microsoft.Build.Framework (1)
BackEnd\HandshakeResult.cs (1)
45ErrorMessage = errorMessage;
4 references to ErrorMessage
Microsoft.Build (3)
BackEnd\Client\MSBuildClient.cs (1)
626CommunicationsUtilities.Trace($"Failed to connect to server: {result.ErrorMessage}");
BackEnd\Components\Communications\NodeProviderOutOfProcBase.cs (1)
773CommunicationsUtilities.Trace($"Failed to connect to pipe {pipeName}. {result.ErrorMessage.TrimEnd()}");
NodeEndpointOutOfProcBase.cs (1)
425CommunicationsUtilities.Trace($"Handshake failed with error: {result.ErrorMessage}");
MSBuild (1)
NodeEndpointOutOfProcBase.cs (1)
425CommunicationsUtilities.Trace($"Handshake failed with error: {result.ErrorMessage}");