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