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();
142
await invocation(rental.Service,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
159
return await invocation(rental.Service,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
244
await invocation(rental.Service, scope.SolutionChecksum,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
263
return await invocation(rental.Service, scope.SolutionChecksum,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
282
await invocation(rental.Service, scope.SolutionChecksum,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);
301
return await invocation(rental.Service, scope.SolutionChecksum,
_callbackHandle
.Id, cancellationToken).ConfigureAwait(false);