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