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