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