1 write to _callbackHandle
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
70_callbackHandle = callbackDispatcher?.CreateHandle(callbackTarget) ?? default;
7 references to _callbackHandle
Microsoft.CodeAnalysis.Remote.Workspaces (7)
BrokeredServiceConnection.cs (7)
77_callbackHandle.Dispose(); 136await invocation(rental.Service, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 153return await invocation(rental.Service, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 238await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 257return await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 276await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 295return await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false);