Home
last modified time | relevance | path

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

/third_party/typescript/src/testRunner/unittests/tsserver/
DgetApplicableRefactors.ts8 … session, protocol.CommandTypes.GetApplicableRefactors, { file: aTs.path, line: 1, offset: 1 });
Dsession.ts266 CommandNames.GetApplicableRefactors,
DconfiguredProjects.ts1085 command: protocol.CommandTypes.GetApplicableRefactors,
Dprojects.ts1184 command: protocol.CommandTypes.GetApplicableRefactors,
/third_party/typescript/src/server/
Dprotocol.ts127 GetApplicableRefactors = "getApplicableRefactors", enumerator
565 command: CommandTypes.GetApplicableRefactors;
Dsession.ts644 CommandNames.GetApplicableRefactors,
2838 … [CommandNames.GetApplicableRefactors]: (request: protocol.GetApplicableRefactorsRequest) => {
/third_party/typescript/lib/
Dprotocol.d.ts63 GetApplicableRefactors = "getApplicableRefactors", enumerator
404 command: CommandTypes.GetApplicableRefactors;
Dtsserverlibrary.d.ts6640 GetApplicableRefactors = "getApplicableRefactors",
6981 command: CommandTypes.GetApplicableRefactors;
Dtsserverlibrary.js159687 server.CommandNames.GetApplicableRefactors,
160045 _a[server.CommandNames.GetApplicableRefactors] = function (request) {
Dtsserver.js159493 server.CommandNames.GetApplicableRefactors,
159851 _a[server.CommandNames.GetApplicableRefactors] = function (request) {
/third_party/typescript/src/harness/
Dclient.ts664 ….processRequest<protocol.GetApplicableRefactorsRequest>(CommandNames.GetApplicableRefactors, args);
/third_party/typescript/tests/baselines/reference/api/
Dtsserverlibrary.d.ts6731 GetApplicableRefactors = "getApplicableRefactors",
7072 command: CommandTypes.GetApplicableRefactors;