1 instantiation of Handle
Microsoft.CodeAnalysis.Workspaces (1)
Remote\RemoteServiceCallbackDispatcher.cs (1)
40
var handle = new
Handle
(_callbackInstances, callbackId);
3 references to Handle
Microsoft.CodeAnalysis.Workspaces (3)
Remote\RemoteServiceCallbackDispatcher.cs (3)
14
RemoteServiceCallbackDispatcher.
Handle
CreateHandle(object? instance);
32
public
Handle
CreateHandle(object? instance)
40
var
handle = new Handle(_callbackInstances, callbackId);