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