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