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