1 write to _callbackHandle
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
71_callbackHandle = callbackDispatcher?.CreateHandle(callbackTarget) ?? default;
7 references to _callbackHandle
Microsoft.CodeAnalysis.Remote.Workspaces (7)
BrokeredServiceConnection.cs (7)
78_callbackHandle.Dispose(); 137await invocation(rental.Service, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 154return await invocation(rental.Service, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 239await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 258return await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 277await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 296return await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false);