Home
last modified time | relevance | path

Searched refs:ContextualInvocation (Results 1 – 1 of 1) sorted by relevance

/third_party/typescript/src/services/
DsignatureHelp.ts6 interface ContextualInvocation { interface
12 type Invocation = CallInvocation | TypeArgsInvocation | ContextualInvocation;
313 …const invocation: ContextualInvocation = { kind: InvocationKind.Contextual, signature: first(signa…