1 instantiation of Rental
Microsoft.CodeAnalysis.Remote.Workspaces (1)
BrokeredServiceConnection.cs (1)
94
return new
Rental
(proxyRental, service);
14 references to Rental
Microsoft.CodeAnalysis.Remote.Workspaces (14)
BrokeredServiceConnection.cs (14)
81
private async ValueTask<
Rental
> RentServiceAsync(CancellationToken cancellationToken)
103
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
118
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
136
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
153
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
170
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
186
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
203
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
219
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
238
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
257
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
276
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
295
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);
313
using
var
rental = await RentServiceAsync(cancellationToken).ConfigureAwait(false);