3 references to AlwaysFalse
Aspire.Cli.Tests (3)
Utils\PathLookupHelperTests.cs (3)
31var result = PathLookupHelper.FindFullPathFromPath("mycommand", "/usr/bin:/usr/local/bin", ':', AlwaysFalse, null); 44var result = PathLookupHelper.FindFullPathFromPath("mycommand", "", ':', AlwaysFalse, null); 57var result = PathLookupHelper.FindFullPathFromPath("mycommand", null, ':', AlwaysFalse, null);