2 writes to _subscriptionMinExecuteInterval
Aspire.Dashboard.Tests (2)
TelemetryRepositoryTests\TelemetryRepositoryTestBase.cs (1)
79inMemoryRepository._subscriptionMinExecuteInterval = subscriptionMinExecuteInterval.Value;
tests\Shared\Telemetry\TelemetryTestHelpers.cs (1)
299repository._subscriptionMinExecuteInterval = subscriptionMinExecuteInterval.Value;
1 reference to _subscriptionMinExecuteInterval
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (1)
346}, ExecutionContext.Capture(), _logger, _subscriptionMinExecuteInterval);