10 references to Exists
aspire (1)
Commands\ConfigCommand.cs (1)
228if (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)
144if (!Path.Exists(slnFullPath))
System.CommandLine (1)
ArgumentValidation.cs (1)
190if (!Path.Exists(token.Value))
System.Formats.Tar (5)
System\Formats\Tar\TarEntry.cs (5)
511if (Path.Exists(current)) 641if (!string.IsNullOrEmpty(directoryPath) && !Path.Exists(directoryPath)) 646if (!Path.Exists(filePath)) 669Debug.Assert(!Path.Exists(destinationFileName)); 696Debug.Assert(!Path.Exists(destinationFileName));