7 references to Id
Microsoft.CodeAnalysis.Remote.Workspaces (6)
BrokeredServiceConnection.cs (6)
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);
Microsoft.CodeAnalysis.Workspaces (1)
Remote\RemoteServiceCallbackDispatcher.cs (1)
25
Contract.ThrowIfTrue(callbackInstances?.TryRemove(
Id
, out _) == false);