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