1 instantiation of HotReloadAgent
Microsoft.AspNetCore.Components.WebAssembly (1)
HotReload\WebAssemblyHotReload.cs (1)
72
var agent = new
HotReloadAgent
();
6 references to HotReloadAgent
Microsoft.AspNetCore.Components.WebAssembly (6)
HotReload\WebAssemblyHotReload.cs (6)
63
private static
HotReloadAgent
? s_hotReloadAgent;
72
var
agent = new HotReloadAgent();
74
var
existingAgent = Interlocked.CompareExchange(ref s_hotReloadAgent, agent, null);
84
private static async ValueTask ApplyPreviousDeltasAsync(
HotReloadAgent
agent)
130
private static
HotReloadAgent
? GetAgent()
150
var
agent = GetAgent();