1 implementation of Inspect
dotnet (1)
ToolManifest\ToolManifestFinder.cs (1)
50public IReadOnlyCollection<(ToolManifestPackage toolManifestPackage, FilePath SourceManifest)> Inspect(
2 references to Inspect
dotnet (2)
Commands\Tool\Install\ToolInstallLocalCommand.cs (1)
84foreach (var (manifestPackage, _) in ((IToolManifestInspector)_toolManifestFinder).Inspect())
Commands\Tool\List\ToolListLocalCommand.cs (1)
37IEnumerable<(ToolManifestPackage package, FilePath path)> packages = _toolManifestInspector.Inspect();