1 instantiation of Rental
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
99
return new
Rental
(proxyRental, service);
14 references to Rental
Microsoft.CodeAnalysis.Remote.Workspaces (14)
BrokeredServiceConnection.cs (14)
86
private async ValueTask<
Rental
> RentServiceAsync(CancellationToken cancellationToken)
108
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
123
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
141
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
158
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
175
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
191
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
208
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
224
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
243
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
262
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
281
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
300
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
318
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);