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.
228
ModuleUpdateStatus.None =>
Status
.NoChangesToApply,
229
ModuleUpdateStatus.Ready =>
Status
.ReadyToApply,
230
ModuleUpdateStatus.Blocked =>
Status
.Blocked,