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