Home
last modified time | relevance | path

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

/third_party/typescript/src/services/codefixes/
DgenerateAccessors.ts199 changeTracker.replacePropertyAssignment(file, declaration, assignment);
/third_party/typescript/src/services/
DtextChanges.ts408 …public replacePropertyAssignment(sourceFile: SourceFile, oldNode: PropertyAssignment, newNode: Pro… method in ts.textChanges.ChangeTracker