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();
136
await invocation(rental.Service,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
153
return await invocation(rental.Service,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
238
await invocation(rental.Service, scope.SolutionChecksum,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
257
return await invocation(rental.Service, scope.SolutionChecksum,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
276
await invocation(rental.Service, scope.SolutionChecksum,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
295
return await invocation(rental.Service, scope.SolutionChecksum,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);