4 references to SomeChangesApplied
dotnet-watch (4)
DefaultHotReloadClient.cs (2)
168
(applicableUpdates.Count < updates.Length) ? ApplyStatus.
SomeChangesApplied
: ApplyStatus.AllChangesApplied;
213
(appliedUpdateCount < updates.Length) ? ApplyStatus.
SomeChangesApplied
: ApplyStatus.AllChangesApplied;
HotReload\HotReloadClients.cs (1)
110
case ApplyStatus.
SomeChangesApplied
:
WebAssemblyHotReloadClient.cs (1)
126
return (!anySuccess && anyFailure) ? ApplyStatus.Failed : (applicableUpdates.Count < updates.Length) ? ApplyStatus.
SomeChangesApplied
: ApplyStatus.AllChangesApplied;