2 writes to _actions
Microsoft.AspNetCore.Components.WebAssembly (2)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.6.25303.102\contentFiles\cs\netstandard2.1\MetadataUpdateHandlerInvoker.cs (2)
96
=> Interlocked.Exchange(ref
_actions
, null);
105
Interlocked.CompareExchange(ref
_actions
, GetUpdateHandlerActions(), null);
2 references to _actions
Microsoft.AspNetCore.Components.WebAssembly (2)
.packages\microsoft.dotnet.hotreload.agent\10.0.100-preview.6.25303.102\contentFiles\cs\netstandard2.1\MetadataUpdateHandlerInvoker.cs (2)
102
var actions =
_actions
;
106
actions =
_actions
;