1 write to _isReadOnly
Aspire.Dashboard.Tests (1)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (1)
97
internal void MakeReadOnly() =>
_isReadOnly
= true;
2 references to _isReadOnly
Aspire.Dashboard.Tests (2)
tests\Shared\Telemetry\InMemoryTelemetryRepository.cs (2)
85
public bool IsReadOnly =>
_isReadOnly
;
101
if (
_isReadOnly
)