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