Searched refs:CallInvocation (Results 1 – 1 of 1) sorted by relevance
4 …interface CallInvocation { readonly kind: InvocationKind.Call; readonly node: CallLikeExpression; } interface12 type Invocation = CallInvocation | TypeArgsInvocation | ContextualInvocation;495 …function getExpressionFromInvocation(invocation: CallInvocation | TypeArgsInvocation): Expression {