2 writes to _getResourceSnapshotsCallCount
Aspire.Cli.Tests (2)
TestServices\TestAppHostAuxiliaryBackchannel.cs (2)
72
public int GetResourceSnapshotsCallCount => Volatile.Read(ref
_getResourceSnapshotsCallCount
);
155
Interlocked.Increment(ref
_getResourceSnapshotsCallCount
);