3 references to UpdatesApplied
dotnet-watch (3)
DefaultHotReloadClient.cs (2)
163Logger.Log(LogEvents.UpdatesApplied, applicableUpdates.Count, updates.Length); 209Logger.Log(LogEvents.UpdatesApplied, appliedUpdateCount, updates.Length);
UI\IReporter.cs (1)
193public static readonly MessageDescriptor UpdatesApplied = Create(LogEvents.UpdatesApplied, Emoji.HotReload);