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