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