Implemented interface member:
method
Exists
Aspire.Cli.Utils.IFirstTimeUseNoticeSentinel.Exists()
3 references to Exists
aspire (1)
Utils\FirstTimeUseNoticeSentinel.cs (1)
33
if (
Exists
())
Aspire.Cli.Tests (2)
Utils\FirstTimeUseNoticeSentinelTests.cs (2)
18
var exists = sentinel.
Exists
();
36
var exists = sentinel.
Exists
();