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