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