2 writes to _disposeCount
Aspire.Dashboard.Components.Tests (2)
Shared\TestJSObjectReference.cs (2)
16
public int DisposeCount => Volatile.Read(ref
_disposeCount
);
42
Interlocked.Increment(ref
_disposeCount
);