Method GetMethodInvocations
GetMethodInvocations(SyntaxNode)
Declaration
public static Dictionary<string, List<InvocationExpressionSyntax>> GetMethodInvocations(this SyntaxNode node)
Parameters
Type | Name | Description |
---|---|---|
SyntaxNode | node |
Returns
Type | Description |
---|---|
Dictionary<String, List<InvocationExpressionSyntax>> |