2 references to FindFullPathFromPath
Aspire.TestUtilities (2)
RequiresFeatureAttribute.cs (1)
171
return s_executablesOnPath.GetOrAdd(executable, static e => FileUtil.
FindFullPathFromPath
(e) is not null);
RequiresToolsAttribute.cs (1)
25
if (!_executablesOnPath.All(executable => FileUtil.
FindFullPathFromPath
(executable) is not null))