6 references to Exists
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)
System.Formats.Tar (4)
System\Formats\Tar\TarEntry.cs (4)
507
if (!string.IsNullOrEmpty(directoryPath) && !Path.
Exists
(directoryPath))
512
if (!Path.
Exists
(filePath))
535
Debug.Assert(!Path.
Exists
(destinationFileName));
551
Debug.Assert(!Path.
Exists
(destinationFileName));