1 instantiation of HotReloadAgent
Microsoft.AspNetCore.Components.WebAssembly (1)
HotReload\HotReloadAgent.cs (1)
48
agent = new
HotReloadAgent
(reporter, applyUpdate, capabilities);
8 references to HotReloadAgent
Microsoft.AspNetCore.Components.WebAssembly (8)
HotReload\HotReloadAgent.cs (1)
43
public static bool TryCreate(AgentReporter reporter, [NotNullWhen(true)] out
HotReloadAgent
? agent)
HotReload\WebAssemblyHotReload.cs (7)
63
private static
HotReloadAgent
? s_hotReloadAgent;
72
if (!
HotReloadAgent
.TryCreate(s_reporter, out
var
agent))
77
var
existingAgent = Interlocked.CompareExchange(ref s_hotReloadAgent, agent, null);
87
private static async ValueTask ApplyPreviousDeltasAsync(
HotReloadAgent
agent)
133
private static
HotReloadAgent
? GetAgent()
153
var
agent = GetAgent();