2 writes to _actions
Microsoft.Extensions.DotNetDeltaApplier (2)
MetadataUpdateHandlerInvoker.cs (2)
96
=> Interlocked.Exchange(ref
_actions
, null);
105
Interlocked.CompareExchange(ref
_actions
, GetUpdateHandlerActions(), null);
2 references to _actions
Microsoft.Extensions.DotNetDeltaApplier (2)
MetadataUpdateHandlerInvoker.cs (2)
102
var actions =
_actions
;
106
actions =
_actions
;