projection
(summary full): supported by GetTypesFromAssembly, GetTypeMethods, GetAssemblyInfo, GetMethodCalls, FindImplementationsOf, FindMethodsReturning, FindExtensionMethodsFor, and FindReferencesTo. summary returns just enough to browse (e.g. { name, signature } for methods); full adds structured fields (p
How to use it
projection is exposed by the Dotnet Sherlock MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the projection tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.
FULL DOTNET SHERLOCK MCP LISTINGOther tools in Dotnet Sherlock MCP (5)
(signatures il): FindReferencesTo only. signatures (default) scans member declarations; il additionally scans method bodies for inbound callers (slower).
/ includeNonPublic (bool): Visibility filtering
/ includeInstance (bool): Member type filtering
/ take (int): Standard offset pagination
/ sortOrder (string): Sort by name/access in asc/desc order