14 references to MSBuildServerLifecycleKind
Microsoft.Build (2)
Logging\BinaryLogger\BuildEventArgsReader.cs (2)
1266MSBuildServerLifecycleKind 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> 60MSBuildServerLifecycleKind kind, 79public MSBuildServerLifecycleKind Kind { get; private set; } 94/// <see cref="MSBuildServerLifecycleKind.NotUsed"/>); otherwise <see langword="null"/>. 100/// <see cref="MSBuildServerLifecycleKind.NotUsed"/>); otherwise <see langword="null"/>. 124Kind = (MSBuildServerLifecycleKind)reader.Read7BitEncodedInt();
MSBuild (4)
XMake.cs (4)
2119spawned ? MSBuildServerLifecycleKind.Spawned : MSBuildServerLifecycleKind.Reused, 2133MSBuildServerLifecycleKind.NotUsed, 2143MSBuildServerLifecycleKind kind, int processId, string reason, string reasonCode, string message, bool shortLived = false) =>