Searched refs:CodeFixRegistration (Results 1 – 2 of 2) sorted by relevance
3 const errorCodeToFixes = createMultiMap<CodeFixRegistration>();4 const fixIdToRegistration = new Map<string, CodeFixRegistration>();25 export function registerCodeFix(reg: CodeFixRegistration) {41 …function removeFixIdIfFixAllUnavailable(registration: CodeFixRegistration, diagnostics: Diagnostic…
1458 export interface CodeFixRegistration { interface