Lines Matching refs:_worker

37115     function DiagnosticsAdapter(_languageId, _worker, defaults) {  argument
37118 this._worker = _worker;
37170 this._worker(resource)
37296 function CompletionAdapter(_worker) { argument
37297 this._worker = _worker;
37308 return this._worker(resource)
37390 function HoverAdapter(_worker) { argument
37391 this._worker = _worker;
37395 return this._worker(resource)
37425 function DocumentHighlightAdapter(_worker) { argument
37426 this._worker = _worker;
37430 return this._worker(resource)
37457 function DefinitionAdapter(_worker) { argument
37458 this._worker = _worker;
37462 return this._worker(resource)
37478 function ReferenceAdapter(_worker) { argument
37479 this._worker = _worker;
37483 return this._worker(resource)
37522 function RenameAdapter(_worker) { argument
37523 this._worker = _worker;
37527 return this._worker(resource)
37582 function DocumentSymbolAdapter(_worker) { argument
37583 this._worker = _worker;
37587 return this._worker(resource)
37608 function DocumentColorAdapter(_worker) { argument
37609 this._worker = _worker;
37613 return this._worker(resource)
37627 return this._worker(resource)
37653 function FoldingRangeAdapter(_worker) { argument
37654 this._worker = _worker;
37658 return this._worker(resource)
37690 function SelectionRangeAdapter(_worker) { argument
37691 this._worker = _worker;
37695 return this._worker(resource)
37739 this._worker = null;
37745 if (this._worker) {
37746 this._worker.dispose();
37747 this._worker = null;
37757 if (!this._worker) {
37768 …this._worker = _fillers_monaco_editor_core_js__WEBPACK_IMPORTED_MODULE_0__["editor"].createWebWork…
37778 this._client = this._worker.getProxy();
37794 return _this._worker.withSyncedResources(resources);