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
(
5 references to ServerNotUsedReason
MSBuild (5)
MSBuildClientApp.cs (2)
85
MSBuildApp.
ServerNotUsedReason
reason = GetServerFallbackReason(exitResult);
120
private static MSBuildApp.
ServerNotUsedReason
GetServerFallbackReason(MSBuildClientExitResult exitResult)
XMake.cs (3)
325
out
ServerNotUsedReason
? serverDisabled);
407
out
ServerNotUsedReason
? serverDisabled)
2386
internal static
ServerNotUsedReason
? s_serverNotUsed;