1 write to Id
Microsoft.CodeAnalysis.Workspaces (1)
Remote\RemoteServiceCallbackDispatcher.cs (1)
27Id = callbackId;
7 references to Id
Microsoft.CodeAnalysis.Remote.Workspaces (6)
BrokeredServiceConnection.cs (6)
142await invocation(rental.Service, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 159return await invocation(rental.Service, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 244await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 263return await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 282await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false); 301return await invocation(rental.Service, scope.SolutionChecksum, _callbackHandle.Id, cancellationToken).ConfigureAwait(false);
Microsoft.CodeAnalysis.Workspaces (1)
Remote\RemoteServiceCallbackDispatcher.cs (1)
32Contract.ThrowIfTrue(_callbackInstances?.TryRemove(Id, out _) == false);