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)
507if (!string.IsNullOrEmpty(directoryPath) && !Path.Exists(directoryPath)) 512if (!Path.Exists(filePath)) 535Debug.Assert(!Path.Exists(destinationFileName)); 551Debug.Assert(!Path.Exists(destinationFileName));