Implemented interface member:
method
FindFirst
Microsoft.DotNet.Cli.ToolManifest.IToolManifestFinder.FindFirst(System.Boolean)
4 references to FindFirst
dotnet.Tests (4)
ToolManifestTests\ToolManifestFinderTests.cs (4)
700FilePath toolmanifestFilePath = toolManifest.FindFirst(); 716FilePath toolmanifestFilePath = toolManifest.FindFirst(); 730Action a = () => toolManifest.FindFirst(); 776FilePath createdManifest = toolManifest.FindFirst(createIfNotFound: true);