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