9 instantiations of ServerNotUsedReason
MSBuild (9)
MSBuildClientApp.cs (5)
124
MSBuildClientExitType.ServerBusy =>
new
(
127
MSBuildClientExitType.LaunchError =>
new
(
130
MSBuildClientExitType.UnknownServerState =>
new
(
133
MSBuildClientExitType.UnableToConnect when exitResult.ServerProcessExitCode is int code =>
new
(
141
_ =>
new
(
XMake.cs (4)
357
? new
ServerNotUsedReason
(
469
serverDisabled = new
ServerNotUsedReason
(
480
serverDisabled = new
ServerNotUsedReason
(
496
serverDisabled = new
ServerNotUsedReason
(
6 references to ServerNotUsedReason
MSBuild (6)
MSBuildClientApp.cs (2)
85
MSBuildApp.
ServerNotUsedReason
reason = GetServerFallbackReason(exitResult);
120
private static MSBuildApp.
ServerNotUsedReason
GetServerFallbackReason(MSBuildClientExitResult exitResult)
XMake.cs (4)
325
out
ServerNotUsedReason
? serverDisabled);
407
out
ServerNotUsedReason
? serverDisabled)
2374
internal static
ServerNotUsedReason
? s_serverNotUsed;
2385
/// <summary>Stable "reasonCode" values for <see cref="
ServerNotUsedReason
.Code"/>.</summary>