1 write to s_hotReloadAgent
Microsoft.AspNetCore.Components.WebAssembly (1)
HotReload\WebAssemblyHotReload.cs (1)
77
var existingAgent = Interlocked.CompareExchange(ref
s_hotReloadAgent
, agent, null);
1 reference to s_hotReloadAgent
Microsoft.AspNetCore.Components.WebAssembly (1)
HotReload\WebAssemblyHotReload.cs (1)
134
=>
s_hotReloadAgent
?? (s_initialized ? throw new InvalidOperationException("Hot Reload agent not initialized") : null);