2 implementations of Inspect
dotnet (1)
ToolManifest\ToolManifestFinder.cs (1)
50public IReadOnlyCollection<(ToolManifestPackage toolManifestPackage, FilePath SourceManifest)> Inspect(
dotnet.Tests (1)
CommandTests\Tool\List\ToolListLocalCommandTests.cs (1)
153public IReadOnlyCollection<(ToolManifestPackage toolManifestPackage, FilePath SourceManifest)> Inspect(
1 reference to Inspect
dotnet (1)
Commands\Tool\List\ToolListLocalCommand.cs (1)
62return _toolManifestInspector.Inspect().Where(