1 write to _callbackHandle
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
76_callbackHandle = callbackDispatcher?.CreateHandle(callbackTarget) ?? default;
7 references to _callbackHandle
Microsoft.CodeAnalysis.Remote.Workspaces (7)
BrokeredServiceConnection.cs (7)
83_callbackHandle.Dispose(); 142await invocation(rental.Service, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 159return await invocation(rental.Service, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 244await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 263return await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 282await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 301return await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false);