5 references to StoreAssetsAsync
Microsoft.CodeAnalysis.Remote.Workspaces (5)
BrokeredServiceConnection.cs (4)
201
using var scope = await _solutionAssetStorage.
StoreAssetsAsync
(compilationState, projectId, cancellationToken).ConfigureAwait(false);
217
using var scope = await _solutionAssetStorage.
StoreAssetsAsync
(compilationState, projectId, cancellationToken).ConfigureAwait(false);
274
using var scope = await _solutionAssetStorage.
StoreAssetsAsync
(compilationState, projectId, cancellationToken).ConfigureAwait(false);
293
using var scope = await _solutionAssetStorage.
StoreAssetsAsync
(compilationState, projectId, cancellationToken).ConfigureAwait(false);
SolutionAssetStorage.cs (1)
60
=>
StoreAssetsAsync
(compilationState, projectId: null, cancellationToken);