1 write to Status
Microsoft.CodeAnalysis.ExternalAccess.HotReload (1)
Api\HotReloadService.cs (1)
209
Status
= results.ModuleUpdates.Status switch
3 references to Status
Microsoft.CodeAnalysis.ExternalAccess.HotReload (1)
Api\HotReloadService.cs (1)
99
/// <see cref="
Status
"/> is <see cref="Status.Blocked"/> if these diagnostics contain any errors.
Microsoft.DotNet.HotReload.Watch (2)
HotReload\CompilationHandler.cs (2)
364
if (updates.
Status
is HotReloadService.Status.NoChangesToApply or HotReloadService.Status.Blocked)
533
switch (updates.
Status
)