3 references to UpdatesApplied
Microsoft.DotNet.HotReload.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)
192
public static readonly MessageDescriptor UpdatesApplied = Create(LogEvents.
UpdatesApplied
, Emoji.HotReload);