Searched refs:TypeArgs (Results 1 – 1 of 1) sorted by relevance
3 const enum InvocationKind { Call, TypeArgs, Contextual } enumerator5 …interface TypeArgsInvocation { readonly kind: InvocationKind.TypeArgs; readonly called: Identifier…84 case InvocationKind.TypeArgs: {282 const invocation: Invocation = { kind: InvocationKind.TypeArgs, called };500 …ocationKind.Call ? invocation.node : invocation.kind === InvocationKind.TypeArgs ? invocation.call…