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();
137
await invocation(rental.Service,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
154
return await invocation(rental.Service,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
239
await invocation(rental.Service, scope.SolutionChecksum,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
258
return await invocation(rental.Service, scope.SolutionChecksum,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
277
await invocation(rental.Service, scope.SolutionChecksum,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
296
return await invocation(rental.Service, scope.SolutionChecksum,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);