Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dotnet/vscode-csharp
/ addDisposables
Function
addDisposables
src/omnisharp/features/abstractProvider.ts:21–23 ·
view source on GitHub ↗
(disposables: CompositeDisposable)
Source
from the content-addressed store, hash-verified
19
}
20
21
protected addDisposables(disposables: CompositeDisposable) {
22
this._disposables.add(disposables);
23
}
24
25
dispose = () => {
26
this._disposables.dispose();
Callers
nothing calls this directly
Calls
1
add
Method · 0.80
Tested by
no test coverage detected