3 references to AlwaysFalse
Aspire.Hosting.Tests (3)
PathLookupHelperTests.cs (3)
32var result = PathLookupHelper.FindFullPathFromPath("mycommand", "/usr/bin:/usr/local/bin", ':', AlwaysFalse, null); 45var result = PathLookupHelper.FindFullPathFromPath("mycommand", "", ':', AlwaysFalse, null); 58var result = PathLookupHelper.FindFullPathFromPath("mycommand", null, ':', AlwaysFalse, null);