2 implementations of Exists
aspire (1)
Utils\FirstTimeUseNoticeSentinel.cs (1)
25public bool Exists()
Aspire.Cli.Tests (1)
TestServices\TestFirstTimeUseNoticeSentinel.cs (1)
13public bool Exists() => SentinelExists;
1 reference to Exists
aspire (1)
Program.cs (1)
340if (sentinel.Exists())