5 writes to _stateUnion
System.Diagnostics.DiagnosticSource (5)
System\Diagnostics\Metrics\AggregatorStore.cs (5)
65
_stateUnion
= null;
141
if (Interlocked.CompareExchange(ref
_stateUnion
, newState, null) is null)
158
if (Interlocked.CompareExchange(ref
_stateUnion
, newState, state) == state)
177
if (Interlocked.CompareExchange(ref
_stateUnion
, newState, null) is null)
194
if (Interlocked.CompareExchange(ref
_stateUnion
, newState, state) == state)
4 references to _stateUnion
System.Diagnostics.DiagnosticSource (4)
System\Diagnostics\Metrics\AggregatorStore.cs (4)
94
object? stateUnion =
_stateUnion
;
95
switch (
_stateUnion
)
129
object? state =
_stateUnion
;
173
object? state =
_stateUnion
;