1 write to Message
Microsoft.Build.Framework (1)
Coordinator\Messages\ErrorMessage.cs (1)
18
Message
= message;
4 references to Message
Microsoft.Build (3)
BackEnd\BuildManager\CoordinatorClient.Connection.cs (1)
79
output.WriteLine($"CoordinatorClient: Server rejected handshake: {error.
Message
}");
BackEnd\BuildManager\CoordinatorClient.cs (2)
393
output.WriteLine($"CoordinatorClient: Server error: {requestError.
Message
}");
426
output.WriteLine($"CoordinatorClient: Server error while waiting: {waitError.
Message
} (waited {waitTimer.Elapsed.TotalSeconds:F2}s)");
Microsoft.Build.Framework (1)
Coordinator\Messages\ErrorMessage.cs (1)
23
writer.Write(
Message
);