10 references to Exists
aspire (1)
Commands\ConfigCommand.cs (1)
228
if (Path.
Exists
(settingsFilePath))
Aspire.EndToEnd.Tests (1)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (1)
26
: Environment.GetEnvironmentVariable("DEV_TEMP") is { } devTemp && Path.
Exists
(devTemp)
Aspire.Templates.Tests (1)
tests\Shared\TemplatesTesting\BuildEnvironment.cs (1)
26
: Environment.GetEnvironmentVariable("DEV_TEMP") is { } devTemp && Path.
Exists
(devTemp)
dotnet (1)
ReleasePropertyProjectLocator.cs (1)
144
if (!Path.
Exists
(slnFullPath))
System.CommandLine (1)
ArgumentValidation.cs (1)
190
if (!Path.
Exists
(token.Value))
System.Formats.Tar (5)
System\Formats\Tar\TarEntry.cs (5)
511
if (Path.
Exists
(current))
641
if (!string.IsNullOrEmpty(directoryPath) && !Path.
Exists
(directoryPath))
646
if (!Path.
Exists
(filePath))
669
Debug.Assert(!Path.
Exists
(destinationFileName));
696
Debug.Assert(!Path.
Exists
(destinationFileName));