Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DinferFromUsage.ts269 changes.tryInsertThisTypeAnnotation(sourceFile, containingFunction, typeNode);
/third_party/typescript/src/services/
DtextChanges.ts547 …public tryInsertThisTypeAnnotation(sourceFile: SourceFile, node: ThisTypeAnnotatable, type: TypeNo… method in ts.textChanges.ChangeTracker