1 write to s_hotReloadAgent
Microsoft.DotNet.HotReload.WebAssembly.Browser (1)
WebAssemblyHotReload.cs (1)
75var existingAgent = Interlocked.CompareExchange(ref s_hotReloadAgent, agent, null);
1 reference to s_hotReloadAgent
Microsoft.DotNet.HotReload.WebAssembly.Browser (1)
WebAssemblyHotReload.cs (1)
132=> s_hotReloadAgent ?? (s_initialized ? throw new InvalidOperationException("Hot Reload agent not initialized") : null);