in src/common/disposable.ts [12:17]
dispose() { if (!this.#disposed) { this.#callOnDispose(); } this.#disposed = true; }