1 write to s_initialized
Microsoft.AspNetCore.Components.WebAssembly (1)
HotReload\WebAssemblyHotReload.cs (1)
70
s_initialized
= true;
1 reference to s_initialized
Microsoft.AspNetCore.Components.WebAssembly (1)
HotReload\WebAssemblyHotReload.cs (1)
134
=> s_hotReloadAgent ?? (
s_initialized
? throw new InvalidOperationException("Hot Reload agent not initialized") : null);