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