3 implementations of Exists
dotnet.Tests (1)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurerWIthStateSetup.cs (1)
281
public bool
Exists
()
Microsoft.DotNet.Configurer (2)
FileSentinel.cs (1)
24
public bool
Exists
()
NoOpFileSentinel.cs (1)
15
public bool
Exists
()
3 references to Exists
dotnet.Tests (2)
ConfigurerTests\GivenADotnetFirstTimeUseConfigurer.cs (2)
85
_toolPathSentinelMock.Setup(s => s.
Exists
()).Returns(false);
112
_toolPathSentinelMock.Setup(s => s.
Exists
()).Returns(true);
Microsoft.DotNet.Configurer (1)
DotnetFirstTimeUseConfigurer.cs (1)
45
if (_dotnetFirstRunConfiguration.AddGlobalToolsToPath && !_toolPathSentinel.
Exists
())