Searched refs:TypeArgsInvocation (Results 1 – 1 of 1) sorted by relevance
5 …interface TypeArgsInvocation { readonly kind: InvocationKind.TypeArgs; readonly called: Identifier… interface12 type Invocation = CallInvocation | TypeArgsInvocation | ContextualInvocation;495 …function getExpressionFromInvocation(invocation: CallInvocation | TypeArgsInvocation): Expression {