4 references to StoreAssetsAsync
Microsoft.CodeAnalysis.Remote.Workspaces (4)
BrokeredServiceConnection.cs (4)
207
using var scope = await _solutionAssetStorage.
StoreAssetsAsync
(project, cancellationToken).ConfigureAwait(false);
223
using var scope = await _solutionAssetStorage.
StoreAssetsAsync
(project, cancellationToken).ConfigureAwait(false);
280
using var scope = await _solutionAssetStorage.
StoreAssetsAsync
(project, cancellationToken).ConfigureAwait(false);
299
using var scope = await _solutionAssetStorage.
StoreAssetsAsync
(project, cancellationToken).ConfigureAwait(false);