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