4 references to FindFirstFile
aspire (3)
Projects\DefaultLanguageDiscovery.cs (1)
105
var match = FileSystemHelper.
FindFirstFile
(
Projects\ILanguageDiscovery.cs (2)
95
/// Uses <see cref="Utils.FileSystemHelper.
FindFirstFile
"/> so that glob
102
return Utils.FileSystemHelper.
FindFirstFile
(directory, DetectionRecurseLimit, DetectionPatterns);
Aspire.Cli.Tests (1)
TestServices\TestLanguageDiscovery.cs (1)
47
var match = Aspire.Cli.Utils.FileSystemHelper.
FindFirstFile
(