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