2 writes to _sharedSessionRefCount
System.Diagnostics.DiagnosticSource (2)
System\Diagnostics\Metrics\MetricsEventSource.cs (2)
496
&& ((!_disabledRefCount && Interlocked.Decrement(ref
_sharedSessionRefCount
) == 0)
539
Interlocked.Increment(ref
_sharedSessionRefCount
);