14 references to MSBuildServerLifecycleKind
Microsoft.Build (2)
Logging\BinaryLogger\BuildEventArgsReader.cs (2)
1266
MSBuildServerLifecycleKind
kind = (
MSBuildServerLifecycleKind
)ReadInt32();
Microsoft.Build.Framework (8)
MSBuildServerLifecycleEventArgs.cs (8)
52
/// <param name="processId">The MSBuild Server node's process id (0 when not applicable, e.g. for <see cref="
MSBuildServerLifecycleKind
.NotUsed"/>).</param>
53
/// <param name="reason">A localized, human-readable reason the server was not used (for <see cref="
MSBuildServerLifecycleKind
.NotUsed"/>); otherwise <see langword="null"/>.</param>
54
/// <param name="reasonCode">A stable, non-localized code for the fall-back cause (for <see cref="
MSBuildServerLifecycleKind
.NotUsed"/>); otherwise <see langword="null"/>.</param>
60
MSBuildServerLifecycleKind
kind,
79
public
MSBuildServerLifecycleKind
Kind { get; private set; }
94
/// <see cref="
MSBuildServerLifecycleKind
.NotUsed"/>); otherwise <see langword="null"/>.
100
/// <see cref="
MSBuildServerLifecycleKind
.NotUsed"/>); otherwise <see langword="null"/>.
124
Kind = (
MSBuildServerLifecycleKind
)reader.Read7BitEncodedInt();
MSBuild (4)
XMake.cs (4)
2119
spawned ?
MSBuildServerLifecycleKind
.Spawned :
MSBuildServerLifecycleKind
.Reused,
2133
MSBuildServerLifecycleKind
.NotUsed,
2143
MSBuildServerLifecycleKind
kind, int processId, string reason, string reasonCode, string message, bool shortLived = false) =>