Searched refs:GetApplicableRefactors (Results 1 – 12 of 12) sorted by relevance
/third_party/typescript/src/testRunner/unittests/tsserver/ |
D | getApplicableRefactors.ts | 8 … session, protocol.CommandTypes.GetApplicableRefactors, { file: aTs.path, line: 1, offset: 1 });
|
D | session.ts | 266 CommandNames.GetApplicableRefactors,
|
D | configuredProjects.ts | 1085 command: protocol.CommandTypes.GetApplicableRefactors,
|
D | projects.ts | 1184 command: protocol.CommandTypes.GetApplicableRefactors,
|
/third_party/typescript/src/server/ |
D | protocol.ts | 127 GetApplicableRefactors = "getApplicableRefactors", enumerator 565 command: CommandTypes.GetApplicableRefactors;
|
D | session.ts | 644 CommandNames.GetApplicableRefactors, 2838 … [CommandNames.GetApplicableRefactors]: (request: protocol.GetApplicableRefactorsRequest) => {
|
/third_party/typescript/lib/ |
D | protocol.d.ts | 63 GetApplicableRefactors = "getApplicableRefactors", enumerator 404 command: CommandTypes.GetApplicableRefactors;
|
D | tsserverlibrary.d.ts | 6640 GetApplicableRefactors = "getApplicableRefactors", 6981 command: CommandTypes.GetApplicableRefactors;
|
D | tsserverlibrary.js | 159687 server.CommandNames.GetApplicableRefactors, 160045 _a[server.CommandNames.GetApplicableRefactors] = function (request) {
|
D | tsserver.js | 159493 server.CommandNames.GetApplicableRefactors, 159851 _a[server.CommandNames.GetApplicableRefactors] = function (request) {
|
/third_party/typescript/src/harness/ |
D | client.ts | 664 ….processRequest<protocol.GetApplicableRefactorsRequest>(CommandNames.GetApplicableRefactors, args);
|
/third_party/typescript/tests/baselines/reference/api/ |
D | tsserverlibrary.d.ts | 6731 GetApplicableRefactors = "getApplicableRefactors", 7072 command: CommandTypes.GetApplicableRefactors;
|