analyze_method
Analyze a .NET method comprehensively: signature, location, all callers, and outgoing calls in a single request.
Instructions
Get a comprehensive analysis of a method in one call: signature, location, all callers, and all outgoing calls (methods this method invokes). More efficient than calling find_callers separately.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| symbol | Yes | Method symbol (e.g. 'Greeter.Greet' or 'MyNamespace.MyClass.MyMethod') |