4 implementations of FindFirst
dotnet (1)
ToolManifest\ToolManifestFinder.cs (1)
193public FilePath FindFirst(bool createIfNotFound = false)
dotnet.Tests (3)
CommandTests\Tool\Restore\ToolRestoreCommandTests.cs (2)
549public FilePath FindFirst(bool createManifestFileOption = false) 567public FilePath FindFirst(bool createManifestFileOption = false)
CommandTests\Tool\Restore\ToolRestoreCommandWithMultipleNugetConfigTests.cs (1)
175public FilePath FindFirst(bool createManifestFileOption = false)
1 reference to FindFirst
dotnet (1)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
198? _toolManifestFinder.FindFirst(_createManifestIfNeeded)