5 references to Status
Microsoft.CodeAnalysis.Features (5)
ExternalAccess\Watch\Api\WatchHotReloadService.cs (5)
96
public readonly
Status
Status { get; init; }
103
/// <see cref="Status"/> is <see cref="
Status
.Blocked"/> if these diagnostics contain any errors.
222
ModuleUpdateStatus.None =>
Status
.NoChangesToApply,
223
ModuleUpdateStatus.Ready =>
Status
.ReadyToApply,
224
ModuleUpdateStatus.Blocked =>
Status
.Blocked,