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