1 instantiation of AgentReporter
Microsoft.AspNetCore.Components.WebAssembly (1)
HotReload\WebAssemblyHotReload.cs (1)
59private static readonly AgentReporter s_reporter = new();
6 references to AgentReporter
Microsoft.AspNetCore.Components.WebAssembly (6)
HotReload\HotReloadAgent.cs (4)
30public AgentReporter Reporter { get; } 33private HotReloadAgent(AgentReporter reporter, ApplyUpdateDelegate applyUpdate, string capabilities) 43public static bool TryCreate(AgentReporter reporter, [NotNullWhen(true)] out HotReloadAgent? agent) 61private static void GetUpdaterMethodsAndCapabilities(AgentReporter reporter, out ApplyUpdateDelegate? applyUpdate, out string? capabilities)
HotReload\MetadataUpdateHandlerInvoker.cs (1)
16internal sealed class MetadataUpdateHandlerInvoker(AgentReporter reporter)
HotReload\WebAssemblyHotReload.cs (1)
59private static readonly AgentReporter s_reporter = new();