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