* Invalidate the annotation cache. * Called when annotations are added or removed.
()
| 2348 | * Called when annotations are added or removed. |
| 2349 | */ |
| 2350 | private invalidateAnnotationCache(): void { |
| 2351 | this._annotationCache = null; |
| 2352 | } |
| 2353 | |
| 2354 | // ───────────────────────────────────────────────────────────────────────────── |
| 2355 | // Internal Helpers |
no outgoing calls
no test coverage detected