1 instantiation of HotReloadAgent
Microsoft.AspNetCore.Components.WebAssembly (1)
HotReload\WebAssemblyHotReload.cs (1)
50
Interlocked.CompareExchange(ref _hotReloadAgent, new
HotReloadAgent
(m => Debug.WriteLine(m)), null);
1 reference to HotReloadAgent
Microsoft.AspNetCore.Components.WebAssembly (1)
HotReload\WebAssemblyHotReload.cs (1)
23
private static
HotReloadAgent
? _hotReloadAgent;