2 implementations of Exists
Microsoft.DotNet.Configurer (2)
FileSentinel.cs (1)
24public bool Exists()
NoOpFileSentinel.cs (1)
15public bool Exists()
1 reference to Exists
Microsoft.DotNet.Configurer (1)
DotnetFirstTimeUseConfigurer.cs (1)
42if (_dotnetFirstRunConfiguration.AddGlobalToolsToPath && !_toolPathSentinel.Exists())