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