1 write to Message
Microsoft.Build.Framework (1)
Coordinator\Messages\ErrorMessage.cs (1)
19Message = message;
4 references to Message
Microsoft.Build (3)
BackEnd\BuildManager\CoordinatorClient.cs (3)
408output.WriteLine($"CoordinatorClient: Server error while waiting: {waitError.Message} (waited {waitTimer.Elapsed.TotalSeconds:F1}s)"); 419output.WriteLine($"CoordinatorClient: Server error: {requestError.Message}"); 463output.WriteLine($"CoordinatorClient: Server rejected handshake: {error.Message}");
Microsoft.Build.Framework (1)
Coordinator\Messages\ErrorMessage.cs (1)
24writer.Write(Message);