6 references to Status
Microsoft.CodeAnalysis.ExternalAccess.HotReload (5)
Api\HotReloadService.cs (5)
90
public readonly
Status
Status { get; init; }
97
/// <see cref="Status"/> is <see cref="
Status
.Blocked"/> if these diagnostics contain any errors.
214
ModuleUpdateStatus.None =>
Status
.NoChangesToApply,
215
ModuleUpdateStatus.Ready =>
Status
.ReadyToApply,
216
ModuleUpdateStatus.Blocked =>
Status
.Blocked,
Microsoft.CodeAnalysis.ExternalAccess.HotReload.UnitTests (1)
HotReloadServiceTests.cs (1)
98
Assert.Equal(HotReloadService.
Status
.NoChangesToApply, result.Status);