3 references to SomeChangesApplied
Microsoft.Extensions.DotNetDeltaApplier.Tests (3)
DefaultHotReloadClient.cs (2)
168(applicableUpdates.Count < updates.Length) ? ApplyStatus.SomeChangesApplied : ApplyStatus.AllChangesApplied; 213(appliedUpdateCount < updates.Length) ? ApplyStatus.SomeChangesApplied : ApplyStatus.AllChangesApplied;
WebAssemblyHotReloadClient.cs (1)
126return (!anySuccess && anyFailure) ? ApplyStatus.Failed : (applicableUpdates.Count < updates.Length) ? ApplyStatus.SomeChangesApplied : ApplyStatus.AllChangesApplied;