4 references to SomeChangesApplied
Microsoft.Extensions.DotNetDeltaApplier.Tests (4)
DefaultHotReloadClient.cs (2)
222
(applicableUpdates.Count < updates.Length) ? ApplyStatus.
SomeChangesApplied
: ApplyStatus.AllChangesApplied;
267
(appliedUpdateCount < updates.Length) ? ApplyStatus.
SomeChangesApplied
: ApplyStatus.AllChangesApplied;
HotReloadClients.cs (1)
148
case ApplyStatus.
SomeChangesApplied
:
WebAssemblyHotReloadClient.cs (1)
126
return (!anySuccess && anyFailure) ? ApplyStatus.Failed : (applicableUpdates.Count < updates.Length) ? ApplyStatus.
SomeChangesApplied
: ApplyStatus.AllChangesApplied;