1 instantiation of Rental
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
93
return new
Rental
(proxyRental, service);
14 references to Rental
Microsoft.CodeAnalysis.Remote.Workspaces (14)
BrokeredServiceConnection.cs (14)
80
private async ValueTask<
Rental
> RentServiceAsync(CancellationToken cancellationToken)
102
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
117
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
135
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
152
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
169
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
185
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
202
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
218
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
237
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
256
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
275
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
294
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
312
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);