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